From abe752bc2dc25379c457fec3c3b45d94b052d163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:55:35 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/magic-nix-cache-action from 3 to 4 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 3 to 4. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/eeabdb06718ac63a7021c6132129679a8e22d0c7...fc6aaceb40b9845a02b91e059ec147e78d1b4e41) --- 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/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a151bae..744fa1f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 + uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4 - name: Set up Go cache uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 @@ -61,7 +61,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 + uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4 - name: Set up Go cache uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 @@ -94,7 +94,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 + uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4 - name: Set up Go cache uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 @@ -127,7 +127,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 + uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4 - name: Set up Go cache uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 @@ -177,7 +177,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 + uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4 - name: Check run: nix flake check --impure @@ -228,7 +228,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 + uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4 - name: Prepare Nix shell run: nix develop --impure .#ci @@ -272,7 +272,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 + uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4 - name: Prepare Nix shell run: nix develop --impure .#ci