From 5d9ef42ba9bfb5ebee404ba6e4e583712e7a5b69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:40:41 +0200 Subject: [PATCH] chore(deps): update determinatesystems/magic-nix-cache-action action to v7 (#51) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1afa92f..e871000 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v12 - - uses: DeterminateSystems/magic-nix-cache-action@v6 + - uses: DeterminateSystems/magic-nix-cache-action@v7 - uses: cycjimmy/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ github.token }}