Skip to content

Commit 111f05c

Browse files
renovate[bot]Scrumplex
authored andcommitted
chore(deps): update determinatesystems/nix-installer-action action to v19
1 parent f99e59b commit 111f05c

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@v17
34+
uses: DeterminateSystems/nix-installer-action@v19
3535

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

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

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

.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@v4
2929

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

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

.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@v4
2323

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

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

.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@v4
2121

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

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

0 commit comments

Comments
 (0)