Skip to content

Commit bf20fe6

Browse files
Merge pull request #33 from portward/dependabot/github_actions/DeterminateSystems/magic-nix-cache-action-3
build(deps): Bump DeterminateSystems/magic-nix-cache-action from 2 to 3
2 parents cba1a21 + 71f92a3 commit bf20fe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
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@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
27+
uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
2828

2929
- name: Shell name
3030
id: shell
@@ -60,7 +60,7 @@ jobs:
6060
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
6161
6262
- name: Set up magic Nix cache
63-
uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
63+
uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
6464

6565
- name: Prepare Nix shell
6666
run: nix develop --impure .#ci
@@ -89,7 +89,7 @@ jobs:
8989
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
9090
9191
- name: Set up magic Nix cache
92-
uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
92+
uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
9393

9494
- name: Lint
9595
run: nix develop --impure .#ci -c golangci-lint run --out-format github-actions
@@ -109,7 +109,7 @@ jobs:
109109
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
110110
111111
- name: Set up magic Nix cache
112-
uses: DeterminateSystems/magic-nix-cache-action@8a218f9e264e9c3803c9a1ee1c30d8e4ab55be63 # v2
112+
uses: DeterminateSystems/magic-nix-cache-action@eeabdb06718ac63a7021c6132129679a8e22d0c7 # v3
113113

114114
- name: Check
115115
run: nix flake check --impure

0 commit comments

Comments
 (0)