Skip to content

Commit f679946

Browse files
authored
Lockdown and upgrade the nix action versions (#2038)
1 parent 958f687 commit f679946

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/actions/prepare-nix/action.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ runs:
4848
fi
4949
5050
- name: Install Nix
51-
uses: >- # https://github.com/DeterminateSystems/nix-installer-action/releases/tag/v17
52-
DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3
51+
uses: >- # https://github.com/DeterminateSystems/nix-installer-action/releases/tag/v20
52+
DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196
53+
with:
54+
source-tag: v3.13.0
5355

5456
- name: Add Nix magic cache
55-
uses: >- # https://github.com/DeterminateSystems/magic-nix-cache-action/releases/tag/v11
56-
DeterminateSystems/magic-nix-cache-action@def9f5a5c6a6b8751c0534e8813a5d0ad2635660
57+
uses: >- # https://github.com/DeterminateSystems/magic-nix-cache-action/releases/tag/v13
58+
DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39
59+
with:
60+
source-tag: v0.1.6

0 commit comments

Comments
 (0)