Skip to content

Commit

Permalink
Merge pull request #62 from planet-a-ventures/renovate/determinatesys…
Browse files Browse the repository at this point in the history
…tems-magic-nix-cache-action-8.x

chore(deps): update determinatesystems/magic-nix-cache-action action to v8
  • Loading branch information
joscha authored Oct 8, 2024
2 parents 7756c29 + 104bf1b commit 4df29ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main
- run: nix flake check --no-build
Expand Down Expand Up @@ -47,7 +47,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
- name: Get tag version
if: startsWith(github.ref, 'refs/tags/')
id: get_tag_version
Expand All @@ -70,7 +70,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
- name: Install direnv with Nix
uses: aldoborrero/direnv-nix-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
Expand Down

0 comments on commit 4df29ba

Please sign in to comment.