Skip to content

Commit 9c5ea99

Browse files
chore(deps): update actions/checkout action to v6
1 parent 21130ea commit 9c5ea99

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
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
- uses: cachix/install-nix-action@v31
@@ -31,7 +31,7 @@ jobs:
3131
needs:
3232
- tests
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
- uses: cachix/install-nix-action@v31

0 commit comments

Comments
 (0)