From fcc151d688ab8d67b8d9c2bd00fc95a3d16b2b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:34:03 +0000 Subject: [PATCH] build(deps): 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] --- .github/workflows/cicd.yaml | 4 ++-- .github/workflows/dependencies.yml | 2 +- .github/workflows/dst.yaml | 2 +- .github/workflows/release_check_version.yaml | 2 +- .github/workflows/release_publish_github_artifacts.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index e5d59a12..c3f200e7 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -108,7 +108,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v13 - name: Use Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Build server and harness run: | @@ -146,7 +146,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v13 - name: Use Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@v8 - name: semgrep run: | diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 4eb6dbbe..afdc1cb1 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -23,7 +23,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v13 - name: Use Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Update gomod2nix.toml (if go.mod has changed) run: | diff --git a/.github/workflows/dst.yaml b/.github/workflows/dst.yaml index e0a839ab..c0e6fbbb 100644 --- a/.github/workflows/dst.yaml +++ b/.github/workflows/dst.yaml @@ -27,7 +27,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v13 - name: Use Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Build resonate binary run: | diff --git a/.github/workflows/release_check_version.yaml b/.github/workflows/release_check_version.yaml index cda2b84f..05854447 100644 --- a/.github/workflows/release_check_version.yaml +++ b/.github/workflows/release_check_version.yaml @@ -18,7 +18,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v13 - name: Use Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Build Resonate binary run: | diff --git a/.github/workflows/release_publish_github_artifacts.yaml b/.github/workflows/release_publish_github_artifacts.yaml index 2fcf323c..a7db6a2e 100644 --- a/.github/workflows/release_publish_github_artifacts.yaml +++ b/.github/workflows/release_publish_github_artifacts.yaml @@ -43,7 +43,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v13 - name: Use Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Build Resonate binary run: |