Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Enable command line
shell: bash
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Log in to Docker Hub
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set output
id: vars
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set output
id: vars
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set output
id: vars
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set output
id: vars
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Copy code
shell: bash
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
COUNTLY_CONFIG_API_PREVENT_JOBS: true

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Copy code
shell: bash
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
COUNTLY_CONFIG_API_PREVENT_JOBS: true

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Prepare tests
shell: bash
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
COUNTLY_CONFIG_API_PREVENT_JOBS: true

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Copy code
shell: bash
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
COUNTLY_CONFIG_API_PREVENT_JOBS: true

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install Chrome
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-je-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Deploy server
shell: bash
Expand Down
Loading