Skip to content

Commit 8d4d831

Browse files
authored
Merge pull request #295 from maevsi/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 65c29ba + 7b232d0 commit 8d4d831

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
timeout-minutes: 15
3333
steps:
3434
- name: Check out PR branch
35-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636

3737
- name: Check out base branch
38-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
with:
4040
ref: ${{ github.event.pull_request.base.ref }}
4141
clean: false

0 commit comments

Comments
 (0)