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 b309826 + ae4ed24 commit fb989bdCopy full SHA for fb989bd
.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@7ec16f2c061ab07b235a7245e06ed46fe9a1cab6 # v31.8.3
+ - uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
178
if: ${{ !matrix.experimental-installer }}
179
with:
180
install_url: ${{ format('{0}/install', steps.installer-tarball-url.outputs.installer-url) }}
0 commit comments