Skip to content

Commit d514a10

Browse files
committed
update actions/checkout version
1 parent 3a285b0 commit d514a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Run benchmarks
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/[email protected]
23+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424
- name: Build the benchmark target(s)
2525
run: |
2626
cmake -DADA_TESTING=OFF -DADA_DEVELOPMENT_CHECKS=OFF -DADA_USE_UNSAFE_STD_REGEX_PROVIDER=ON -DADA_BENCHMARKS=ON -DCODSPEED_MODE=simulation -G Ninja -B build

0 commit comments

Comments
 (0)