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.
2 parents 833058c + 941a013 commit c97349dCopy full SHA for c97349d
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
os: [ubuntu-latest, macos-latest]
16
runs-on: "${{ matrix.os }}"
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: cachix/install-nix-action@v31
20
- uses: cachix/cachix-action@v16
21
with:
@@ -30,7 +30,7 @@ jobs:
30
name: Format
31
runs-on: ubuntu-latest
32
33
34
35
36
.github/workflows/nix.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Update Nix
11
12
13
14
ref: main
0 commit comments