diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-12 14:42:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-12 14:42:32 -0400 |
| commit | a9f3aa85e4060478256ff0b7e3d21fe168379512 (patch) | |
| tree | b3aaf1a9da43e4957816c6ba5926b7a64b68e2db | |
| parent | 0b3075a4647915359da4e9f9e4f00e47643c5556 (diff) | |
ci: bump DeterminateSystems/nix-installer-action from 13 to 14 (#45)
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 14.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...v14)
---
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/docker.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8acafe..120e109 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v8 @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Run check run: | diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index aeb071e..92677e3 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v8 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index c9576f7..8aaf56c 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@v8 diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index d73da01..dc084f5 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: DeterminateSystems/nix-installer-action@v14 - name: Update flake.lock & make PR uses: DeterminateSystems/update-flake-lock@v23 |
