Skip to content

Commit

Permalink
chore(deps): update determinatesystems/magic-nix-cache-action action …
Browse files Browse the repository at this point in the history
…to v8 (#81)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent e2eac05 commit 69c8f32
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 @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix flake check
gomod2nix:
runs-on: ubuntu-latest
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: fregante/setup-git-user@v2
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: |
nix run .#gomod2nix
if [ -n "$(git status --porcelain)" ]; then
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
extra-conf: |
extra-platforms = aarch64-linux
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix profile install .#release-env
- run: gomod2nix
- uses: cihelper/action-semanticrelease-goreleaser@v1
Expand Down

0 comments on commit 69c8f32

Please sign in to comment.