Skip to content

Commit ca000de

Browse files
chore(deps): update cachix/cachix-action action to v16
1 parent eccfced commit ca000de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-nix-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
# uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # ratchet:DeterminateSystems/magic-nix-cache-action@v7
5959

6060
- name: Setup Remote Nix Cache
61-
uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@v15
61+
uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
6262
with:
6363
name: "${{ inputs.cachixCacheName }}"
6464
authToken: "${{ inputs.cachixAuthToken }}"

.github/workflows/cid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
extra-conf: 'system-features = nixos-test benchmark big-parallel kvm'
143143
# - name: Run the Magic Nix Cache
144144
# uses: DeterminateSystems/magic-nix-cache-action@main
145-
- uses: cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@v15
145+
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
146146
continue-on-error: true
147147
with:
148148
name: "${{ vars.CACHIX_CACHE_NAME }}"

0 commit comments

Comments
 (0)