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 9493f2a commit 1d2cfe3Copy full SHA for 1d2cfe3
.github/workflows/build.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: cachix/install-nix-action@v25
+ - uses: cachix/install-nix-action@v30
11
with:
12
- nix_path: nixpkgs=channel:nixos-23.11
13
- - uses: cachix/cachix-action@v14
+ nix_path: nixpkgs=channel:nixos-24.11
+ - uses: cachix/cachix-action@v15
14
15
name: strykeforce
16
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
0 commit comments