Skip to content

Commit

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

chore(deps): Bump DeterminateSystems/magic-nix-cache-action from 7 to 8
  • Loading branch information
sagikazarmark authored Sep 10, 2024
2 parents dd1ebc0 + 6d2503a commit ae2793f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
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@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8

- 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@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8

- name: Check
run: nix flake check --impure
Expand Down

0 comments on commit ae2793f

Please sign in to comment.