Skip to content

Commit 4e2bce9

Browse files
authored
Merge pull request #106 from JuliaComputing/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents bc4e9d3 + 8f9d362 commit 4e2bce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: julia-actions/install-juliaup@v2
2828
with:
2929
channel: ${{matrix.version}}
30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
env:
3232
cache-name: cache-artifacts
3333
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: julia-actions/setup-julia@v1
1212
with:
1313
version: '1.11'
14-
- uses: actions/cache@v4
14+
- uses: actions/cache@v5
1515
env:
1616
cache-name: cache-artifacts
1717
with:

0 commit comments

Comments
 (0)