Skip to content

Commit b89d714

Browse files
Bump actions/checkout from 5 to 6 (#6)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71eaa96 commit b89d714

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/check-for-new-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-2022
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
architecture: [ x64, arm64 ]
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
persist-credentials: false
2828

@@ -61,7 +61,7 @@ jobs:
6161
architecture: [ x64 ]
6262

6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
with:
6666
persist-credentials: false
6767

@@ -94,7 +94,7 @@ jobs:
9494
runs-on: macos-15-intel
9595

9696
steps:
97-
- uses: actions/checkout@v5
97+
- uses: actions/checkout@v6
9898
with:
9999
persist-credentials: false
100100

@@ -126,7 +126,7 @@ jobs:
126126
runs-on: macos-14
127127

128128
steps:
129-
- uses: actions/checkout@v5
129+
- uses: actions/checkout@v6
130130
with:
131131
persist-credentials: false
132132

@@ -165,7 +165,7 @@ jobs:
165165
architecture: [ x86 ]
166166

167167
steps:
168-
- uses: actions/checkout@v5
168+
- uses: actions/checkout@v6
169169
with:
170170
persist-credentials: false
171171

@@ -215,7 +215,7 @@ jobs:
215215
ARTIFACT_NAME: windows-${{matrix.architecture}}-${{matrix.buildType}}-${{matrix.openmp}}${{matrix.all == true && '-all' || ''}}${{matrix.linkRuntime == true && '-linked-runtime' || ''}}
216216

217217
steps:
218-
- uses: actions/checkout@v5
218+
- uses: actions/checkout@v6
219219
with:
220220
persist-credentials: false
221221

@@ -272,7 +272,7 @@ jobs:
272272
contents: write
273273

274274
steps:
275-
- uses: actions/checkout@v5
275+
- uses: actions/checkout@v6
276276

277277
- uses: actions/download-artifact@v6
278278
name: Download artifacts

0 commit comments

Comments
 (0)