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 373bebb commit a76c489Copy full SHA for a76c489
.github/workflows/build.yml
@@ -6,11 +6,11 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
10
- - uses: cachix/install-nix-action@v30
+ - uses: actions/checkout@v5
+ - uses: cachix/install-nix-action@v31
11
with:
12
- nix_path: nixpkgs=channel:nixos-24.11
13
- - uses: cachix/cachix-action@v15
+ nix_path: nixpkgs=channel:nixos-25.05
+ - uses: cachix/cachix-action@v16
14
15
name: strykeforce
16
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
0 commit comments