Skip to content

Commit

Permalink
Merge pull request #33 from portward/dependabot/github_actions/Determ…
Browse files Browse the repository at this point in the history
…inateSystems/magic-nix-cache-action-3

build(deps): Bump DeterminateSystems/magic-nix-cache-action from 2 to 3
  • Loading branch information
sagikazarmark committed Mar 9, 2024
2 parents cba1a21 + 71f92a3 commit bf20fe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: Shell name
id: shell
Expand Down Expand Up @@ -60,7 +60,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 Down Expand Up @@ -89,7 +89,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: Lint
run: nix develop --impure .#ci -c golangci-lint run --out-format github-actions
Expand All @@ -109,7 +109,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 bf20fe6

Please sign in to comment.