diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-27 22:56:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-27 22:56:35 +0000 |
| commit | a57829a91d2ad0fbffaa74d370e16193aa046dc3 (patch) | |
| tree | b1d4fb40aedb2acb398186c976bc984a7df7d015 /.github/workflows/ci.yaml | |
| parent | 1100b058f5d8b0b48d3b16a12c1da37c7b4c713a (diff) | |
actions: bump DeterminateSystems/magic-nix-cache-action from 8 to 9dependabot/github_actions/DeterminateSystems/magic-nix-cache-action-9
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 8 to 9.
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases)
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v8...v9)
---
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]>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09527a8..bbd2abb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v14 - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v8 + uses: DeterminateSystems/magic-nix-cache-action@v9 - name: Run build run: | |
