Skip to content

Commit fd985e3

Browse files
ci: bump actions/checkout from 4.2.2 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1aac02 commit fd985e3

12 files changed

+14
-14
lines changed

.github/workflows/dependencies-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-22.04
3030
steps:
3131
- name: Clone source code
32-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
32+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
3333
with:
3434
# Whether to configure the token or SSH key with the local git config. Default: true
3535
persist-credentials: false

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Clone source code
29-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
29+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
3030
with:
3131
# Whether to configure the token or SSH key with the local git config. Default: true
3232
persist-credentials: false

.github/workflows/integration-tests-h2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
continue-on-error: ${{ matrix.allow-failure }}
4848
steps:
4949
- name: Clone source code
50-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
50+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
5151
with:
5252
# Whether to configure the token or SSH key with the local git config. Default: true
5353
persist-credentials: false

.github/workflows/integration-tests-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- '3306:3306'
6060
steps:
6161
- name: Clone source code
62-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
62+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
6363
with:
6464
# Whether to configure the token or SSH key with the local git config. Default: true
6565
persist-credentials: false

.github/workflows/integration-tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- '5432:5432'
5151
steps:
5252
- name: Clone source code
53-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
53+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
5454
with:
5555
# Whether to configure the token or SSH key with the local git config. Default: true
5656
persist-credentials: false

.github/workflows/populate-maven-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232

3333
- name: Clone source code
34-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
34+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
3535
with:
3636
# Whether to configure the token or SSH key with the local git config. Default: true
3737
persist-credentials: false

.github/workflows/provision-by-ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Clone source code
26-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
26+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
2727
with:
2828
# Whether to configure the token or SSH key with the local git config. Default: true
2929
persist-credentials: false

.github/workflows/provision-by-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434

3535
- name: Clone source code
36-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
36+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
3737
with:
3838
# Whether to configure the token or SSH key with the local git config. Default: true
3939
persist-credentials: false

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-22.04
3434
steps:
3535
- name: Clone source code
36-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
36+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
3737
with:
3838
# Whether to configure the token or SSH key with the local git config. Default: true
3939
persist-credentials: false
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-22.04
5959
steps:
6060
- name: Clone source code
61-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
61+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
6262
with:
6363
# Whether to configure the token or SSH key with the local git config. Default: true
6464
persist-credentials: false

.github/workflows/todos-extract-from-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-22.04
3232
steps:
3333
- name: Clone source code
34-
uses: actions/checkout@v4.2.2 # https://github.com/actions/checkout
34+
uses: actions/checkout@v6.0.0 # https://github.com/actions/checkout
3535
with:
3636
# Whether to configure the token or SSH key with the local git config. Default: true
3737
persist-credentials: true

0 commit comments

Comments
 (0)