summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-16 15:56:46 +0000
committerseth <[email protected]>2024-09-16 12:14:22 -0400
commita044080f49ec7f8412d98b8556b4d2ad820ef066 (patch)
tree5a9201c013a31b531242abee1878f298a0603830 /.github
parent5f3c7bc28932ac58919541f413d5b53d5c7bea20 (diff)
ci: bump DeterminateSystems/magic-nix-cache-action from 7 to 8
Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v7...v8) --- 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')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a19e5f0..4d6b4cc 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13
- name: Setup cache
- uses: DeterminateSystems/magic-nix-cache-action@v7
+ uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build site
run: |
@@ -39,7 +39,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v13
- name: Setup cache
- uses: DeterminateSystems/magic-nix-cache-action@v7
+ uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Run checks
run: |