Skip to content

Commit 49705d6

Browse files
authored
Merge pull request #91 from JuliaComputing/dependabot/github_actions/actions/cache-4
Bump actions/cache from 1 to 4
2 parents 6f0388a + 5d6341f commit 49705d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.8'
14-
- uses: actions/cache@v1
14+
- uses: actions/cache@v4
1515
env:
1616
cache-name: cache-artifacts
1717
with:

0 commit comments

Comments
 (0)