Skip to content

Commit f44f95c

Browse files
chore(deps): update actions/checkout action to v6
1 parent 7a9cd1e commit f44f95c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
runs-on: ubuntu-24.04
418418
steps:
419419
- name: Checkout
420-
uses: actions/checkout@v2
420+
uses: actions/checkout@v6
421421
- name: Build
422422
run: |
423423
git clone https://github.com/losfair/go-ycsb
@@ -449,7 +449,7 @@ jobs:
449449
wire_zstd: ""
450450
steps:
451451
- name: Checkout
452-
uses: actions/checkout@v2
452+
uses: actions/checkout@v6
453453
- name: Install system dependencies
454454
run: |
455455
set -e

0 commit comments

Comments
 (0)