Skip to content

Commit 3346db7

Browse files
authored
Merge pull request #2350 from tweag/renovate/cachix-install-nix-action-31.x
chore(deps): update cachix/install-nix-action action to v31.8.1
2 parents 7e5259a + 711301e commit 3346db7

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
2424
ref: master
25-
- uses: cachix/install-nix-action@9280e7aca88deada44c930f1e2c78e21c3ae3edd # v31.7.0
25+
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
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@9280e7aca88deada44c930f1e2c78e21c3ae3edd # v31.7.0
74+
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
7575
with:
7676
nix_path: nixpkgs=./nixpkgs/default.nix
7777
extra_nix_config: |

0 commit comments

Comments
 (0)