Skip to content

Commit 1f0197f

Browse files
ci: bump DeterminateSystems/nix-installer-action from 14 to 16
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 16. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@v14...v16) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72059a1 commit 1f0197f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
submodules: recursive
3535
- name: Install Nix
36-
uses: DeterminateSystems/nix-installer-action@v14
36+
uses: DeterminateSystems/nix-installer-action@v16
3737
- name: Run the Magic Nix Cache
3838
uses: DeterminateSystems/magic-nix-cache-action@v8
3939
- name: Build with Nix

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020
- name: Install Nix
21-
uses: DeterminateSystems/nix-installer-action@v14
21+
uses: DeterminateSystems/nix-installer-action@v16
2222
- name: Run the Magic Nix Cache
2323
uses: DeterminateSystems/magic-nix-cache-action@v8
2424
- name: Check flake health

0 commit comments

Comments
 (0)