Skip to content

Commit 1ebb619

Browse files
Bump cachix/install-nix-action from 19 to 20 (#3514)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v19...v20) --- 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 2e79619 commit 1ebb619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v19
58+
- uses: cachix/install-nix-action@v20
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@v19
90+
- uses: cachix/install-nix-action@v20
9191
with:
9292
extra_nix_config: |
9393
experimental-features = nix-command flakes

0 commit comments

Comments
 (0)