Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 23 to 25
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 25.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v23...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]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 2b09aa3 commit 897955d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nix-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0

- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0

- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# # Nix Flakes doesn't work on shallow clones
# fetch-depth: 0

# - uses: cachix/install-nix-action@v23
# - uses: cachix/install-nix-action@v25
# with:
# extra_nix_config: |
# experimental-features = nix-command flakes
Expand All @@ -139,7 +139,7 @@ jobs:
# # Nix Flakes doesn't work on shallow clones
# fetch-depth: 0

# - uses: cachix/install-nix-action@v23
# - uses: cachix/install-nix-action@v25
# with:
# extra_nix_config: |
# experimental-features = nix-command flakes
Expand All @@ -164,7 +164,7 @@ jobs:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0

- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 897955d

Please sign in to comment.