From 9d04c91e7967ba9ff2cee6faa64d9cd900e3c83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:41:48 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/magic-nix-cache-action from 9 to 11 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 9 to 11. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v9...v11) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3df58ea..604873b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: extra-conf: | extra-substituters = https://some-unfree.cachix.org https://cuda-maintainers.cachix.org https://pkgs.cachix.org extra-trusted-public-keys = some-unfree.cachix.org-1:2/+ag/3nMOroWbHV2UXRuxo9c2VkVb6mUUy7sCXDe1Y= cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E= pkgs.cachix.org-1:/fnDPhnDwMjJA8IXJl+eAJmnU3n/jgfgvb6SZGuq4gs= - - uses: DeterminateSystems/magic-nix-cache-action@v9 + - uses: DeterminateSystems/magic-nix-cache-action@v11 with: upstream-cache: https://${{ matrix.cachixName }}.cachix.org - name: Setup pkgs.cachix.org diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3803c8f..9bf9245 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -16,7 +16,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v16 with: github-token: ${{ secrets.GH_PAT }} - - uses: DeterminateSystems/magic-nix-cache-action@v9 + - uses: DeterminateSystems/magic-nix-cache-action@v11 - name: Show nixpkgs version run: nix-instantiate --eval -E '(import {}).lib.version' - name: Setup cachix