Skip to content

Commit

Permalink
build(deps): bump DeterminateSystems/nix-installer-action from 6 to 8
Browse files Browse the repository at this point in the history
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 6 to 8.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](DeterminateSystems/nix-installer-action@v6...v8)

---
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>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 4b4fa65 commit d312767
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Get list of packages to build
id: matrix
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4

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

# cachix-action will take care of pushing everything to the binary cache.
- name: Set up binary cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
uses: DeterminateSystems/nix-installer-action@v8

# This will fail if the branch already exists; since pull requests created
# by this workflow should be auto-merged, an existing branch either means
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Get list of packages to update
id: matrix
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
uses: DeterminateSystems/nix-installer-action@v8

# This will fail if the branch already exists; since pull requests created
# by this workflow should be auto-merged, an existing branch either means
Expand Down

0 comments on commit d312767

Please sign in to comment.