Skip to content

Commit f4fc578

Browse files
committed
ci: replace a deprecated cache action with the latest releasing
1 parent 4a8c4cf commit f4fc578

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install a flaked Nix
2020
uses: DeterminateSystems/nix-installer-action@v16
2121
- name: Setup the Nix cache
22-
uses: DeterminateSystems/magic-nix-cache-action@v9
22+
uses: DeterminateSystems/flakehub-cache-action@v9
2323
- name: Update to the latest
2424
if: github.event_name != 'pull_request'
2525
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `ci`: replace a deprecated cache action with the latest releasing 2025-03-04
910
- `ci`: checkout changes of branches to test with updates in motion 2025-03-04
1011
- `nix`: rebuild the darwin machine with an installed switch script 2025-03-03
1112
- `nix`: setup an installation and teardown script for mac machines 2025-03-02

0 commit comments

Comments
 (0)