Skip to content

Commit

Permalink
chore: use install-nix-action@22
Browse files Browse the repository at this point in the history
This pulls in a fix for cachix/install-nix-action#183
  • Loading branch information
mkenigs committed Aug 29, 2023
1 parent 473921f commit 99758f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -47,7 +47,7 @@ runs:
using: "composite"

steps:
- uses: "cachix/install-nix-action@v21"
- uses: "cachix/install-nix-action@v22"
if: "inputs.existing_nix != 'true'"
with:
github_access_token: "${{ inputs.github-access-token }}"
Expand Down

0 comments on commit 99758f5

Please sign in to comment.