Skip to content

Commit 69004be

Browse files
chore(deps): update cachix/cachix-action digest to 41f25c0
1 parent 7e21527 commit 69004be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-nix-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Setup remote cache
8787
# TODO: disable continue-on-error https://www.github.com/cachix/cachix-action/issues/200
88-
uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master
88+
uses: cachix/cachix-action@41f25c0d23388f1a854cc67abb62029877468386 # ratchet:cachix/cachix-action@master
8989
continue-on-error: true
9090
with:
9191
name: "${{ vars.CACHIX_CACHE_NAME }}"

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
148148
- name: Setup remote cache
149149
# TODO: disable continue-on-error https://www.github.com/cachix/cachix-action/issues/200
150-
uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master
150+
uses: cachix/cachix-action@41f25c0d23388f1a854cc67abb62029877468386 # ratchet:cachix/cachix-action@master
151151
continue-on-error: true
152152
with:
153153
name: "${{ vars.CACHIX_CACHE_NAME }}"
@@ -185,7 +185,7 @@ jobs:
185185
extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
186186

187187
- name: Setup remote cache
188-
uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master
188+
uses: cachix/cachix-action@41f25c0d23388f1a854cc67abb62029877468386 # ratchet:cachix/cachix-action@master
189189
continue-on-error: true
190190
with:
191191
name: "${{ vars.CACHIX_CACHE_NAME }}"

0 commit comments

Comments
 (0)