Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 23 to 24
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v23...v24)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent f66dcd5 commit 3d174c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
extra_nix_config: |
## Access token to avoid triggering GitHub's rate limiting.
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
extra_nix_config: |
## Access token to avoid triggering GitHub's rate limiting.
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
extra_nix_config: |
## Access token to avoid triggering GitHub's rate limiting.
Expand Down

0 comments on commit 3d174c6

Please sign in to comment.