Skip to content

Commit 2e397ee

Browse files
authored
Merge branch 'master' into renovate/rules_proto-6.x
2 parents 20cb362 + 849f861 commit 2e397ee

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
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
ref: master
25-
- uses: cachix/install-nix-action@v26
25+
- uses: cachix/install-nix-action@V27
2626
with:
2727
nix_path: nixpkgs=nixpkgs/default.nix
2828
- 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@v26
74+
- uses: cachix/install-nix-action@V27
7575
with:
7676
nix_path: nixpkgs=./nixpkgs/default.nix
7777
extra_nix_config: |

0 commit comments

Comments
 (0)