Skip to content

Commit a576e3b

Browse files
renovate[bot]Scrumplex
authored andcommitted
chore(deps): update determinatesystems/nix-installer-action action to v20
1 parent 70f98dd commit a576e3b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install Nix
3333
if: ${{ matrix.use-nix }}
34-
uses: DeterminateSystems/nix-installer-action@v19
34+
uses: DeterminateSystems/nix-installer-action@v20
3535

3636
- name: Setup Nix cache
3737
if: ${{ matrix.use-nix }}
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v5
5656

5757
- name: Install Nix
58-
uses: DeterminateSystems/nix-installer-action@v19
58+
uses: DeterminateSystems/nix-installer-action@v20
5959

6060
- name: Setup Nix cache
6161
uses: DeterminateSystems/magic-nix-cache-action@v13

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v5
2929

3030
- name: Install Nix
31-
uses: DeterminateSystems/nix-installer-action@v19
31+
uses: DeterminateSystems/nix-installer-action@v20
3232

3333
- name: Setup Nix cache
3434
uses: DeterminateSystems/magic-nix-cache-action@v13

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5
2323

2424
- name: Install Nix
25-
uses: DeterminateSystems/nix-installer-action@v19
25+
uses: DeterminateSystems/nix-installer-action@v20
2626

2727
- name: Setup Nix cache
2828
uses: DeterminateSystems/magic-nix-cache-action@v13

.github/workflows/update-flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v5
2121

2222
- name: Install Nix
23-
uses: DeterminateSystems/nix-installer-action@v19
23+
uses: DeterminateSystems/nix-installer-action@v20
2424

2525
- name: Update flake.lock
2626
id: update

0 commit comments

Comments
 (0)