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 debc562 commit 86f7087Copy full SHA for 86f7087
.github/actions/install-nix/action.yml
@@ -14,6 +14,6 @@ runs:
14
15
- name: Install Nix ❄️
16
if: ${{ steps.check-nix.outputs.nix-found != 'true' }}
17
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
+ uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
18
with:
19
github_access_token: ${{ github.token }}
0 commit comments