diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-03 23:07:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-03 23:07:09 -0500 |
| commit | 7d263c314b40da08d3422526f5426956f41334a1 (patch) | |
| tree | c7870ec39fdba8d6988d4dfdcb7579250c5774ce | |
| parent | a3ad5842afde1046f230c923e26e5c279b9b526b (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 15 to 16 (#35)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 15 to 16.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v15...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/clippy.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9794c7..90bab5d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v8 @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v8 diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index 745a126..0c5c632 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v8 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3979f83..30b8080 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: ref: ${{ inputs.tag }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Push to FlakeHub uses: DeterminateSystems/flakehub-push@v5 @@ -50,7 +50,7 @@ jobs: ref: ${{ inputs.tag }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Push to Flakestry # Flakestry sometimes sends bad responses even when diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 886aa3d..0a5a7f7 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - uses: DeterminateSystems/update-flake-lock@v24 with: |
