From 69c8f329fa13bbc843ab0dba1db737124c8c7acd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:16:19 +0200 Subject: [PATCH] chore(deps): update determinatesystems/magic-nix-cache-action action to v8 (#81) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4bb0e21..03a9f89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v14 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 - run: nix flake check gomod2nix: runs-on: ubuntu-latest @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: fregante/setup-git-user@v2 - uses: DeterminateSystems/nix-installer-action@v14 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 - run: | nix run .#gomod2nix if [ -n "$(git status --porcelain)" ]; then @@ -53,7 +53,7 @@ jobs: with: extra-conf: | extra-platforms = aarch64-linux - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - uses: DeterminateSystems/magic-nix-cache-action@v8 - run: nix profile install .#release-env - run: gomod2nix - uses: cihelper/action-semanticrelease-goreleaser@v1