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

Commit

Permalink
Bump DeterminateSystems/nix-installer-action from 8 to 9 (#60)
Browse files Browse the repository at this point in the history
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 8 to 9.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@v8...v9)

---
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] authored Dec 11, 2023
1 parent 1d6a904 commit 4886da6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
uses: DeterminateSystems/nix-installer-action@v9

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
uses: DeterminateSystems/nix-installer-action@v9

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v2
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
uses: DeterminateSystems/nix-installer-action@v9

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
uses: DeterminateSystems/nix-installer-action@v9

- name: Cache Nix artifacts
uses: DeterminateSystems/magic-nix-cache-action@v2
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@v8
uses: DeterminateSystems/nix-installer-action@v9
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
Expand Down

0 comments on commit 4886da6

Please sign in to comment.