Skip to content

Commit

Permalink
Merge pull request #64 from DavHau/dependabot/github_actions/cachix/i…
Browse files Browse the repository at this point in the history
…nstall-nix-action-21

Bump cachix/install-nix-action from 20 to 21
  • Loading branch information
DavHau committed May 30, 2023
2 parents bdfde55 + c5288ac commit bad2543
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@v20
- uses: cachix/install-nix-action@v21
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@v20
- uses: cachix/install-nix-action@v21
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
# # Nix Flakes doesn't work on shallow clones
# fetch-depth: 0

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

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

- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v21
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@v3
- name: Install Nix
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@v21
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bad2543

Please sign in to comment.