Skip to content

Commit 1b7856a

Browse files
ci(deps): bump actions/checkout from 4.2.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6969361 commit 1b7856a

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/dependabot-review.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
dockerfile_changed: ${{ steps.diff.outputs.dockerfile_changed }}
3535
workflow_or_action_changed: ${{ steps.diff.outputs.workflow_or_action_changed }}
3636
steps:
37-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
37+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838
with:
3939
fetch-depth: 0
4040
persist-credentials: false
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
timeout-minutes: 15
9191
steps:
92-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
92+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
9393
with:
9494
fetch-depth: 1
9595
persist-credentials: false
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
timeout-minutes: 15
132132
steps:
133-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
133+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
134134
with:
135135
fetch-depth: 1
136136
persist-credentials: false
@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-latest
153153
timeout-minutes: 15
154154
steps:
155-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
155+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
156156
with:
157157
fetch-depth: 1
158158
persist-credentials: false
@@ -182,7 +182,7 @@ jobs:
182182
runs-on: ubuntu-latest
183183
timeout-minutes: 20
184184
steps:
185-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
185+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
186186
with:
187187
fetch-depth: 1
188188
persist-credentials: false

.github/workflows/docker-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
stable:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
with:
1818
persist-credentials: false
1919

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
name: e2e-${{ matrix.name }}
7272
steps:
73-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
73+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7474
with:
7575
fetch-depth: 0
7676
persist-credentials: false

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
pull-requests: write
1414
steps:
15-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: false

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 20
3737
steps:
38-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
38+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3939
with:
4040
fetch-depth: 1
4141
persist-credentials: false
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
timeout-minutes: 10
7373
steps:
74-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
74+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7575
with:
7676
fetch-depth: 1
7777
persist-credentials: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id-token: write
1111
contents: read
1212
steps:
13-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: false

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
check_version:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
with:
2121
fetch-depth: 0 # Fetch all history for all branches
2222
persist-credentials: false

0 commit comments

Comments
 (0)