Skip to content

Commit ede7c8c

Browse files
Merge pull request #36 from portward/dependabot/github_actions/DeterminateSystems/magic-nix-cache-action-7
build(deps): Bump DeterminateSystems/magic-nix-cache-action from 4 to 7
2 parents 9550e0d + 6e7510f commit ede7c8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2525
2626
- name: Set up magic Nix cache
27-
uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4
27+
uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
2828

2929
- name: Shell name
3030
id: shell
@@ -53,7 +53,7 @@ jobs:
5353
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
5454
5555
- name: Set up magic Nix cache
56-
uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4
56+
uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
5757

5858
- name: Lint
5959
run: nix develop --impure .#ci -c golangci-lint run --out-format github-actions
@@ -73,7 +73,7 @@ jobs:
7373
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
7474
7575
- name: Set up magic Nix cache
76-
uses: DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41 # v4
76+
uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
7777

7878
- name: Check
7979
run: nix flake check --impure

0 commit comments

Comments
 (0)