diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f458959..d50df9c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2 + uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 - name: Prepare Nix shell run: nix develop --impure .#ci @@ -71,7 +71,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2 + uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3 - name: Check run: nix flake check --impure