Bump cachix/install-nix-action from 20 to 30
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4c44c8e673
commit
855960eed0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
uses: cachix/install-nix-action@v30
|
||||
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
uses: cachix/install-nix-action@v30
|
||||
|
||||
- name: Setup Caching
|
||||
uses: cachix/cachix-action@v14
|
||||
|
|
|
|||
Loading…
Reference in a new issue