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 e001844 commit 9a48d89Copy full SHA for 9a48d89
.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@7ec16f2c061ab07b235a7245e06ed46fe9a1cab6 # v31.8.3
18
with:
19
github_access_token: ${{ github.token }}
0 commit comments