Skip to content

Commit f294595

Browse files
dependabot[bot]tek
authored andcommitted
Bump DeterminateSystems/nix-installer-action from 20 to 21
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 20 to 21. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@v20...v21) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 019bca9 commit f294595

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: DeterminateSystems/nix-installer-action@v20
15+
- uses: DeterminateSystems/nix-installer-action@v21
1616
with:
1717
extra-conf: |
1818
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11-
- uses: DeterminateSystems/nix-installer-action@v20
11+
- uses: DeterminateSystems/nix-installer-action@v21
1212
with:
1313
extra-conf: |
1414
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

.github/workflows/lower-init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6
12-
- uses: DeterminateSystems/nix-installer-action@v20
12+
- uses: DeterminateSystems/nix-installer-action@v21
1313
with:
1414
extra-conf: |
1515
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

.github/workflows/lower-optimize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6
12-
- uses: DeterminateSystems/nix-installer-action@v20
12+
- uses: DeterminateSystems/nix-installer-action@v21
1313
with:
1414
extra-conf: |
1515
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

.github/workflows/lower.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: DeterminateSystems/nix-installer-action@v20
18+
- uses: DeterminateSystems/nix-installer-action@v21
1919
with:
2020
extra-conf: |
2121
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)