Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 7edfa83

Browse files
build(deps): bump DeterminateSystems/nix-installer-action from 10 to 11 (#78)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 10 to 11. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@v10...v11) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e038fb commit 7edfa83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Nix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242

4343
- name: "Install Nix"
44-
uses: DeterminateSystems/nix-installer-action@v10
44+
uses: DeterminateSystems/nix-installer-action@v11
4545

4646
- name: "Nix Cache"
4747
uses: DeterminateSystems/magic-nix-cache-action@v6

.github/workflows/update_flake_lock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
1313
- name: Install Nix
14-
uses: DeterminateSystems/nix-installer-action@v10
14+
uses: DeterminateSystems/nix-installer-action@v11
1515
- name: Update flake.lock
1616
uses: DeterminateSystems/update-flake-lock@v21
1717
with:

0 commit comments

Comments
 (0)