Skip to content

Commit 18e0d0a

Browse files
Bump cachix/install-nix-action from 29 to 30
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v29...v30) --- 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]>
1 parent 5478a0f commit 18e0d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-ghc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
ref: master
25-
- uses: cachix/install-nix-action@v29
25+
- uses: cachix/install-nix-action@v30
2626
with:
2727
nix_path: nixpkgs=nixpkgs/default.nix
2828
- name: Fetch updates

.github/workflows/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
path: ~/repo-cache
7373
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}
74-
- uses: cachix/install-nix-action@v29
74+
- uses: cachix/install-nix-action@v30
7575
with:
7676
nix_path: nixpkgs=./nixpkgs/default.nix
7777
extra_nix_config: |

0 commit comments

Comments
 (0)