Skip to content

Commit f28cc5d

Browse files
Update DeterminateSystems/nix-installer-action action to v22
1 parent 1ac1f5a commit f28cc5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
4040

4141
- name: Install Nix
42-
uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
42+
uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
4343
with:
4444
extra-conf: |
4545
accept-flake-config = true

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3838

3939
- name: Install Nix
40-
uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
40+
uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
4141
with:
4242
extra-conf: |
4343
accept-flake-config = true

0 commit comments

Comments
 (0)