Skip to content

Commit cbe4491

Browse files
Update DeterminateSystems/nix-installer-action action to v23
1 parent 8293788 commit cbe4491

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/nix.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525

26-
- uses: DeterminateSystems/nix-installer-action@v22
26+
- uses: DeterminateSystems/nix-installer-action@v23
2727
with:
2828
summarize: false
2929

@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v7
4545

46-
- uses: DeterminateSystems/nix-installer-action@v22
46+
- uses: DeterminateSystems/nix-installer-action@v23
4747
with:
4848
summarize: false
4949

@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v7
7272

73-
- uses: DeterminateSystems/nix-installer-action@v22
73+
- uses: DeterminateSystems/nix-installer-action@v23
7474
with:
7575
summarize: false
7676

@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v7
9090

91-
- uses: DeterminateSystems/nix-installer-action@v22
91+
- uses: DeterminateSystems/nix-installer-action@v23
9292
with:
9393
summarize: false
9494

@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
- uses: actions/checkout@v7
115115

116-
- uses: DeterminateSystems/nix-installer-action@v22
116+
- uses: DeterminateSystems/nix-installer-action@v23
117117
with:
118118
summarize: false
119119

@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- uses: actions/checkout@v7
141141

142-
- uses: DeterminateSystems/nix-installer-action@v22
142+
- uses: DeterminateSystems/nix-installer-action@v23
143143
with:
144144
summarize: false
145145

.github/workflows/release-cli.yaml

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

22-
- uses: DeterminateSystems/nix-installer-action@v22
22+
- uses: DeterminateSystems/nix-installer-action@v23
2323
with:
2424
summarize: false
2525

.github/workflows/release-maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0
14-
- uses: DeterminateSystems/nix-installer-action@v22
14+
- uses: DeterminateSystems/nix-installer-action@v23
1515
with:
1616
summarize: false
1717
- uses: DeterminateSystems/magic-nix-cache-action@v15

.github/workflows/repos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v7
3030

31-
- uses: DeterminateSystems/nix-installer-action@v22
31+
- uses: DeterminateSystems/nix-installer-action@v23
3232
with:
3333
summarize: false
3434

@@ -141,7 +141,7 @@ jobs:
141141
steps:
142142
- uses: actions/checkout@v7
143143

144-
- uses: DeterminateSystems/nix-installer-action@v22
144+
- uses: DeterminateSystems/nix-installer-action@v23
145145
with:
146146
summarize: false
147147

0 commit comments

Comments
 (0)