Skip to content

Commit ea720e9

Browse files
Bump actions/checkout from 6 to 7 (#753)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 d455b1f commit ea720e9

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/analyzers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: haya14busa/action-workflow_run-status@main
2222

23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
fetch-depth: 0
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: haya14busa/action-workflow_run-status@main
9191

92-
- uses: actions/checkout@v6
92+
- uses: actions/checkout@v7
9393
with:
9494
token: ${{ secrets.GITHUB_TOKEN }}
9595
fetch-depth: 0

.github/workflows/ci v2.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Cache deps on ${{ matrix.config.name }} for ${{ matrix.build_type.config }}
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
with:
3939
fetch-depth: 0
4040

@@ -91,7 +91,7 @@ jobs:
9191
timeout-minutes: 15
9292

9393
steps:
94-
- uses: actions/checkout@v6
94+
- uses: actions/checkout@v7
9595
with:
9696
fetch-depth: 0
9797

@@ -153,7 +153,7 @@ jobs:
153153
name: ${{ matrix.type }} ${{ matrix.config.name }} ${{ matrix.build_type.config }}${{ matrix.optimization_disabled.postfix}}
154154

155155
steps:
156-
- uses: actions/checkout@v6
156+
- uses: actions/checkout@v7
157157
with:
158158
fetch-depth: 0
159159

@@ -222,7 +222,7 @@ jobs:
222222
runs-on: ubuntu-22.04
223223

224224
steps:
225-
- uses: actions/checkout@v6
225+
- uses: actions/checkout@v7
226226
with:
227227
submodules: true
228228

@@ -255,7 +255,7 @@ jobs:
255255
name: Test RPP as package - ubuntu-22.04
256256

257257
steps:
258-
- uses: actions/checkout@v6
258+
- uses: actions/checkout@v7
259259
with:
260260
fetch-depth: 0
261261

.github/workflows/comment_benchmarks_v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
sourceRunId: ${{ github.event.workflow_run.id }}
2525

26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
fetch-depth: 0
@@ -35,7 +35,7 @@ jobs:
3535
path: artifacts
3636
run_id: ${{github.event.workflow_run.id}}
3737

38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
with:
4040
ref: gh-pages
4141
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)