diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-13 13:05:53 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-13 13:05:53 -0400 |
| commit | 93fb5ba954b0fe81266f5fca99289297bb05e908 (patch) | |
| tree | f574f65297c181495c8d1903e59af9ce0b919a2a /.github/workflows | |
| parent | f54b38db104d6d80b31485508a11e51e012fd924 (diff) | |
ci: bump DeterminateSystems/magic-nix-cache-action from 4 to 6 (#182)
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 4 to 6.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v4...v6)
---
updated-dependencies:
- dependency-name: DeterminateSystems/magic-nix-cache-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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/clippy.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/docker.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebaf53a..3b1962a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 + uses: DeterminateSystems/magic-nix-cache-action@v6 - name: Run treefmt run: | diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index b827057..41e03b9 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -30,7 +30,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 + uses: DeterminateSystems/magic-nix-cache-action@v6 - name: Setup Rust cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 221516b..4cae14f 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -25,7 +25,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v10 - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 + uses: DeterminateSystems/magic-nix-cache-action@v6 - name: Build Docker image id: build |
