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 d40f661 + c3d4c5f commit b755337Copy full SHA for b755337
.github/workflows/ci.yml
@@ -174,7 +174,7 @@ jobs:
174
echo "installer-url=file://$GITHUB_WORKSPACE/out" >> "$GITHUB_OUTPUT"
175
TARBALL_PATH="$(find "$GITHUB_WORKSPACE/out" -name 'nix*.tar.xz' -print | head -n 1)"
176
echo "tarball-path=file://$TARBALL_PATH" >> "$GITHUB_OUTPUT"
177
- - uses: cachix/install-nix-action@c134e4c9e34bac6cab09cf239815f9339aaaf84e # v31.5.1
+ - uses: cachix/install-nix-action@456688f15bc354bef6d396e4a35f4f89d40bf2b7 # v31.8.2
178
if: ${{ !matrix.experimental-installer }}
179
with:
180
install_url: ${{ format('{0}/install', steps.installer-tarball-url.outputs.installer-url) }}
0 commit comments