Skip to content

Commit 21bb20e

Browse files
chore(deps): bump actions/checkout from 5.0.0 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9485af1 commit 21bb20e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
df -h
2626
2727
- name: Check out repository
28-
uses: actions/checkout@v5.0.0
28+
uses: actions/checkout@v6.0.2
2929

3030
- name: Install Nix
3131
uses: cachix/install-nix-action@v31

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5.0.0
12+
- uses: actions/checkout@v6.0.2
1313
- uses: actions/setup-python@v5
1414
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)