We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377b183 commit 79a7489Copy full SHA for 79a7489
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
contents: read
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: cachix/install-nix-action@v31
16
- name: Install devenv.sh
17
run: nix profile install nixpkgs#devenv
@@ -23,7 +23,7 @@ jobs:
23
needs:
24
- tests
25
26
27
with:
28
fetch-depth: 0
29
0 commit comments