We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d02e64 commit abc44f9Copy full SHA for abc44f9
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
nix_release: ${{ steps.update.outputs.nix_release }}
14
updated: ${{ steps.update.outputs.updated }}
15
steps:
16
- - uses: cachix/install-nix-action@v24
+ - uses: cachix/install-nix-action@v25
17
with:
18
nix_path: nixpkgs=channel:nixpkgs-unstable
19
@@ -57,7 +57,7 @@ jobs:
57
os: [ubuntu-latest, macos-latest]
58
runs-on: ${{ matrix.os }}
59
60
61
62
install_url: ${{ github.server_url }}/${{ github.repository }}/releases/download/${{ needs.update.outputs.nix_release }}/install
63
0 commit comments