File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/build-nix-image Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
using : " composite"
28
28
steps :
29
29
- name : Setup QEMU
30
- uses : docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3
30
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
31
31
with :
32
32
platforms : arm64
33
33
@@ -39,13 +39,13 @@ runs:
39
39
sudo apt-get clean
40
40
41
41
- name : Install Nix
42
- uses : DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # ratchet:DeterminateSystems/nix-installer-action@v16
42
+ uses : DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main
43
43
with :
44
44
extra-conf : |
45
45
extra-platforms = aarch64-linux
46
46
47
47
- name : Setup Remote Nix Cache
48
- uses : cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # ratchet:cachix/cachix-action@v15
48
+ uses : cachix/cachix-action@be5295a636153b6ad194d3245f78f8e0b78dc704 # ratchet:cachix/cachix-action@master
49
49
with :
50
50
name : " ${{ inputs.cachixCacheName }}"
51
51
authToken : " ${{ inputs.cachixAuthToken }}"
You can’t perform that action at this time.
0 commit comments