Skip to content

Commit b2a21dd

Browse files
chore(deps): update actions/checkout action to v5
1 parent 4fe769f commit b2a21dd

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@v4
14+
- uses: actions/checkout@v5
1515
- uses: cachix/install-nix-action@v31
1616
- uses: cachix/cachix-action@v16
1717
with:
@@ -29,7 +29,7 @@ jobs:
2929
needs:
3030
- tests
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: cachix/install-nix-action@v31
3434
- uses: cachix/cachix-action@v16
3535
with:

0 commit comments

Comments
 (0)