Skip to content

Commit

Permalink
Merge pull request #10 from r-k-b/dependabot/github_actions/cachix/in…
Browse files Browse the repository at this point in the history
…stall-nix-action-26

build(deps): bump cachix/install-nix-action from 25 to 26
  • Loading branch information
r-k-b authored Mar 11, 2024
2 parents 5b03f0e + 8aa1358 commit 927a918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix via Cachix
if: env.using_self_hosted_runner_with_nix != 'true'
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
install_url: "https://releases.nixos.org/nix/nix-2.18.1/install"
- name: Run the Magic Nix Cache # https://determinate.systems/posts/magic-nix-cache
Expand Down

0 comments on commit 927a918

Please sign in to comment.