Skip to content

Commit

Permalink
Merge pull request #16 from sagikazarmark/dependabot/github_actions/D…
Browse files Browse the repository at this point in the history
…eterminateSystems/magic-nix-cache-action-3

chore(deps): Bump DeterminateSystems/magic-nix-cache-action from 2 to 3
  • Loading branch information
sagikazarmark committed Mar 4, 2024
2 parents 6e4fba1 + 8dc19cb commit fde5ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fde5ef8

Please sign in to comment.