Skip to content

Commit

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

Build(deps): bump cachix/install-nix-action from V28 to 30
  • Loading branch information
barrucadu authored Oct 11, 2024
2 parents 234c830 + b4bf5f8 commit b055da1
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@V28
uses: cachix/install-nix-action@v30
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@V28
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down

0 comments on commit b055da1

Please sign in to comment.