Skip to content

Commit

Permalink
Update DeterminateSystems/magic-nix-cache-action action to v7 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Jun 3, 2024
2 parents 31fbe95 + 3d0538d commit 6984b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- name: ❄️ Cache Nix Store
uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e # v6
uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
with:
# Skip uploads for PRs to save time
use-gha-cache: ${{ github.event_name == 'push' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- name: ❄️ Cache Nix Store
uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e # v6
uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7
with:
# Skip uploads to save time
use-gha-cache: false
Expand Down

0 comments on commit 6984b79

Please sign in to comment.