Skip to content

Commit 0147e3d

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [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>
1 parent ff6bbe5 commit 0147e3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmarks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767

6868
steps:
69-
- uses: actions/checkout@v6
69+
- uses: actions/checkout@v7
7070
with:
7171
fetch-depth: 0
7272
ref: ${{ github.event.inputs.branch || github.ref }}
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117

118118
steps:
119-
- uses: actions/checkout@v6
119+
- uses: actions/checkout@v7
120120
with:
121121
fetch-depth: 0
122122
ref: ${{ github.event.inputs.branch || github.ref }}
@@ -172,7 +172,7 @@ jobs:
172172
runs-on: ubuntu-latest
173173

174174
steps:
175-
- uses: actions/checkout@v6
175+
- uses: actions/checkout@v7
176176
with:
177177
fetch-depth: 0
178178

0 commit comments

Comments
 (0)