From ea37f07ea19bec91971464390ed4215ce315fc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:53:49 +0000 Subject: [PATCH] Bump DeterminateSystems/magic-nix-cache-action in the actions-deps group Bumps the actions-deps group with 1 update: [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action). Updates `DeterminateSystems/magic-nix-cache-action` from 8 to 9 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v8...v9) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/release-kotlin-bindings-nix.yml | 2 +- .github/workflows/release-swift-bindings-nix.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-kotlin-bindings-nix.yml b/.github/workflows/release-kotlin-bindings-nix.yml index 871c3a693..ed01ca6ee 100644 --- a/.github/workflows/release-kotlin-bindings-nix.yml +++ b/.github/workflows/release-kotlin-bindings-nix.yml @@ -36,7 +36,7 @@ jobs: # Mostly to avoid GitHub rate limiting extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: Build jniLibs run: | nix develop --command \ diff --git a/.github/workflows/release-swift-bindings-nix.yml b/.github/workflows/release-swift-bindings-nix.yml index 1bf402379..ac8056a5a 100644 --- a/.github/workflows/release-swift-bindings-nix.yml +++ b/.github/workflows/release-swift-bindings-nix.yml @@ -22,7 +22,7 @@ jobs: # Mostly to avoid GitHub rate limiting extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: Cache uses: Swatinem/rust-cache@v2 with: @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: Cache uses: Swatinem/rust-cache@v2 with: