Skip to content

Commit 98af9fd

Browse files
author
ibrahim Al-Aqua
committed
Fix GitHub Actions: Update actions/cache from v1 to v4
- Update actions/cache@v1 to actions/cache@v4 in UnitTest.yml - Update actions/cache@v1 to actions/cache@v4 in documentation.yml - Fixes deprecation warning that was causing CI failures
1 parent 5348b99 commit 98af9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: ${{ matrix.julia-version }}
2626

2727
- name: Cache artifacts
28-
uses: actions/cache@v1
28+
uses: actions/cache@v4
2929
env:
3030
cache-name: cache-artifacts
3131
with:

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
version: ${{ matrix.julia-version }}
2525
- name: Cache artifacts
26-
uses: actions/cache@v1
26+
uses: actions/cache@v4
2727
env:
2828
cache-name: cache-artifacts
2929
with:

0 commit comments

Comments
 (0)