Skip to content

Commit 18b1c3b

Browse files
Bump actions/checkout in the github-actions group across 1 directory
Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 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@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00dcb1d commit 18b1c3b

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 5
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v6.0.2
2929
with:
3030
persist-credentials: false
3131
- name: Install Ruff
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
timeout-minutes: 5
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v6.0.2
4343
with:
4444
persist-credentials: false
4545
- name: Checkout submodules
@@ -58,7 +58,7 @@ jobs:
5858
install-linux-dependencies: true
5959
build-type: "Debug"
6060
version: ${{ env.sdl-version }}
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v6.0.2
6262
with:
6363
persist-credentials: false
6464
fetch-depth: ${{ env.git-depth }}
@@ -86,7 +86,7 @@ jobs:
8686
sdl-version: ["3.2.16"]
8787
fail-fast: true
8888
steps:
89-
- uses: actions/checkout@v6
89+
- uses: actions/checkout@v6.0.2
9090
with:
9191
persist-credentials: false
9292
fetch-depth: ${{ env.git-depth }}
@@ -127,7 +127,7 @@ jobs:
127127
fail-fast: false
128128

129129
steps:
130-
- uses: actions/checkout@v6
130+
- uses: actions/checkout@v6.0.2
131131
with:
132132
persist-credentials: false
133133
fetch-depth: ${{ env.git-depth }}
@@ -187,7 +187,7 @@ jobs:
187187
install-linux-dependencies: true
188188
build-type: "Debug"
189189
version: ${{ env.sdl-version }}
190-
- uses: actions/checkout@v6
190+
- uses: actions/checkout@v6.0.2
191191
with:
192192
persist-credentials: false
193193
fetch-depth: ${{ env.git-depth }}
@@ -213,7 +213,7 @@ jobs:
213213
matrix:
214214
os: ["ubuntu-latest"] # "windows-latest" disabled due to free-threaded build issues
215215
steps:
216-
- uses: actions/checkout@v6
216+
- uses: actions/checkout@v6.0.2
217217
with:
218218
persist-credentials: false
219219
fetch-depth: ${{ env.git-depth }}
@@ -247,7 +247,7 @@ jobs:
247247
env:
248248
BUILD_DESC: ""
249249
steps:
250-
- uses: actions/checkout@v6
250+
- uses: actions/checkout@v6.0.2
251251
with:
252252
persist-credentials: false
253253
fetch-depth: ${{ env.git-depth }}
@@ -305,7 +305,7 @@ jobs:
305305
env:
306306
PYTHON_DESC: ""
307307
steps:
308-
- uses: actions/checkout@v6
308+
- uses: actions/checkout@v6.0.2
309309
with:
310310
persist-credentials: false
311311
fetch-depth: ${{ env.git-depth }}
@@ -348,7 +348,7 @@ jobs:
348348
runs-on: ubuntu-24.04
349349
timeout-minutes: 15
350350
steps:
351-
- uses: actions/checkout@v6
351+
- uses: actions/checkout@v6.0.2
352352
with:
353353
persist-credentials: false
354354
fetch-depth: ${{ env.git-depth }}

.github/workflows/release-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write # Publish GitHub Releases
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v6.0.2
2121
with:
2222
persist-credentials: false
2323
- name: Generate body

0 commit comments

Comments
 (0)