Skip to content

Commit 63564a6

Browse files
authored
Merge pull request #1682 from NixOS/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 899dc44 + 3e2ce03 commit 63564a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
nixfmt:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: cachix/install-nix-action@v31
1414
- run: nix build .#checks.x86_64-linux.formatting
1515
tests:
1616
needs: nixfmt
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: cachix/install-nix-action@v31
2121
- run: nix run .#run-tests

0 commit comments

Comments
 (0)