Skip to content

Commit 31e1502

Browse files
dependabot[bot]iglesias
authored andcommitted
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c76bf4 commit 31e1502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
chmod +x bazelisk-linux-amd64
1111
sudo mv bazelisk-linux-amd64 /usr/local/bin/bazelisk
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Benchmark
1515
run: |
1616
cd adventofcode/2023/day/14

0 commit comments

Comments
 (0)