Skip to content

Commit

Permalink
chore: bump install-nix-action to v22 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Jul 3, 2023
1 parent 114ab3b commit 26b254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm run validate
- name: Check if Git tag exists
run: echo "name=HEAD_TAG::$(git tag --points-at HEAD)" >> $GITHUB_ENV
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-22.11
- name: "install dependencies"
Expand Down

0 comments on commit 26b254e

Please sign in to comment.