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 f4bce8c commit b8f8854Copy full SHA for b8f8854
.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@v25
+ - uses: cachix/install-nix-action@v26
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