From 17859bc07a3b8cbda2a3ba3f0d67ed2dbc1cacd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:17:14 +0200 Subject: [PATCH] chore(deps): update dependency determinatesystems/magic-nix-cache-action to v7 (#18) --- .github/workflows/check.dhall | 2 +- .github/workflows/check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.dhall b/.github/workflows/check.dhall index a17fb2e..a95550b 100644 --- a/.github/workflows/check.dhall +++ b/.github/workflows/check.dhall @@ -16,7 +16,7 @@ let check = , uses = Some "DeterminateSystems/nix-installer-action@v11" } , GithubActions.Step::{ - , uses = Some "DeterminateSystems/magic-nix-cache-action@v6" + , uses = Some "DeterminateSystems/magic-nix-cache-action@v7" } , GithubActions.Step::{ run = Some "nix flake check --show-trace" } ] diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 919b69d..0621572 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,7 +7,7 @@ jobs: - uses: "actions/checkout@v4.1.6" - uses: "DeterminateSystems/flake-checker-action@v8" - uses: "DeterminateSystems/nix-installer-action@v11" - - uses: "DeterminateSystems/magic-nix-cache-action@v6" + - uses: "DeterminateSystems/magic-nix-cache-action@v7" - run: "nix flake check --show-trace" name: check 'on':