Skip to content

Commit 79a7489

Browse files
chore(deps): update actions/checkout action to v5
1 parent 377b183 commit 79a7489

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
- name: Install devenv.sh
1717
run: nix profile install nixpkgs#devenv
@@ -23,7 +23,7 @@ jobs:
2323
needs:
2424
- tests
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
- uses: cachix/install-nix-action@v31

0 commit comments

Comments
 (0)