Skip to content

Commit

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

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] authored Mar 15, 2024
1 parent efaac8f commit 5bb5a1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Set up Git repository'
uses: actions/checkout@v4
- name: 'Install Nix'
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- name: 'Build packages matrix'
id: set-packages
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: 'Set up Git repository'
uses: actions/checkout@v4
- name: 'Install Nix'
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- name: 'Flake Build'
run: |
nix build -L
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: 'Set up Git repository'
uses: actions/checkout@v4
- name: 'Install Nix'
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- name: 'Flake Check'
run: |
nix flake check -L
Expand All @@ -25,7 +25,7 @@ jobs:
- name: 'Set up Git repository'
uses: actions/checkout@v4
- name: 'Install Nix'
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- name: 'Flake Check'
run: |
nix flake check -L
2 changes: 1 addition & 1 deletion .github/workflows/flakehub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
- name: 'Install Nix'
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/flakehub-push@main
with:
visibility: public
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 @@ -10,7 +10,7 @@ jobs:
- name: 'Set up Git 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 5bb5a1e

Please sign in to comment.