Skip to content

Commit cfeb0d3

Browse files
authored
Merge pull request #52 from csp-community/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents ff6bbe5 + 0147e3d commit cfeb0d3

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)