Skip to content

Commit

Permalink
Merge pull request #353 from barrucadu/dependabot/github_actions/cach…
Browse files Browse the repository at this point in the history
…ix/install-nix-action-V28

Build(deps): bump cachix/install-nix-action from V27 to 28
  • Loading branch information
barrucadu authored Sep 13, 2024
2 parents 13dc00c + 39db1f3 commit 36a0db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: rustup show

- name: Install nix
uses: cachix/install-nix-action@V27
uses: cachix/install-nix-action@V28
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: rustup show

- name: Install nix
uses: cachix/install-nix-action@V27
uses: cachix/install-nix-action@V28
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down

0 comments on commit 36a0db0

Please sign in to comment.