Skip to content

Commit

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

chore(deps): Bump DeterminateSystems/magic-nix-cache-action from 2 to 3
  • Loading branch information
sagikazarmark authored Mar 9, 2024
2 parents 84399c1 + 84941e9 commit 95d687a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -51,7 +51,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 @@ -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 95d687a

Please sign in to comment.