Skip to content

Commit

Permalink
actions: bump cachix/install-nix-action from 24 to 25 (#72)
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v24...v25)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 310ab70 commit 948fe71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25

- name: Run formatter
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
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@v24
uses: cachix/install-nix-action@v25

- name: Set Git user info
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v25

- name: Set Git user info
run: |
Expand Down

0 comments on commit 948fe71

Please sign in to comment.