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

Commit

Permalink
build(deps): bump DeterminateSystems/nix-installer-action from 9 to 10 (
Browse files Browse the repository at this point in the history
#59)

Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 10.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@v9...v10)

---
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>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 10c76fe commit af7908b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install Nix ❄️"
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: "Nix Cache"
uses: DeterminateSystems/magic-nix-cache-action@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install Nix ❄️"
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: "Nix Cache"
uses: DeterminateSystems/magic-nix-cache-action@v3
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Install Nix ❄️"
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: "Nix Cache"
uses: DeterminateSystems/magic-nix-cache-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_flake_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v21
with:
Expand Down

0 comments on commit af7908b

Please sign in to comment.