Skip to content

Commit 542a79c

Browse files
authored
Merge pull request #2133 from tweag/dependabot/github_actions/cachix/install-nix-action-26
Bump cachix/install-nix-action from 25 to 26
2 parents fabe6d8 + e43087e commit 542a79c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-ghc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
ref: master
24-
- uses: cachix/install-nix-action@v25
24+
- uses: cachix/install-nix-action@v26
2525
with:
2626
nix_path: nixpkgs=nixpkgs/default.nix
2727
- name: Fetch updates

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
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@v25
74+
- uses: cachix/install-nix-action@v26
7575
with:
7676
nix_path: nixpkgs=./nixpkgs/default.nix
7777
extra_nix_config: |

0 commit comments

Comments
 (0)