Skip to content

Commit 61b9252

Browse files
dependabot[bot]smunix
authored andcommitted
Bump cachix/install-nix-action from 20 to 21 (haskell#3612)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v20...v21) --- 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>
1 parent 98afc5d commit 61b9252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/nix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v3
5757

58-
- uses: cachix/install-nix-action@v20
58+
- uses: cachix/install-nix-action@v21
5959
with:
6060
extra_nix_config: |
6161
experimental-features = nix-command flakes
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v3
8989

90-
- uses: cachix/install-nix-action@v20
90+
- uses: cachix/install-nix-action@v21
9191
with:
9292
extra_nix_config: |
9393
experimental-features = nix-command flakes

0 commit comments

Comments
 (0)