diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-18 22:21:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-18 22:21:46 +0000 |
| commit | ddc0d3c890f9b3581727b5828f79be3b5390838e (patch) | |
| tree | 1a497c40cce15fac241c5b6578025c9a4e08727b /.github/workflows | |
| parent | 920604e165ca4bae812fd1b9ad969b0a13baa7c1 (diff) | |
actions: bump DeterminateSystems/nix-installer-action from 14 to 16dependabot/github_actions/DeterminateSystems/nix-installer-action-16
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 14 to 16.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v14...v16)
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/publish.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09527a8..100978f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v16 - name: Setup cache uses: DeterminateSystems/magic-nix-cache-action@v8 @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v16 - name: Run check run: | diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 66a08af..f44047f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v16 - name: Push to Flakehub uses: DeterminateSystems/flakehub-push@v5 diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 4473811..7606970 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -26,7 +26,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v16 - name: Run update run: nix flake update |
