Skip to content

Commit 954183d

Browse files
Bump actions/cache from 4 to 5 (#346)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e55cecd commit 954183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Save Julia depot cache on cancel or failure
5151
id: julia-cache-save
5252
if: cancelled() || failure()
53-
uses: actions/cache/save@v4
53+
uses: actions/cache/save@v5
5454
with:
5555
path: |
5656
${{ steps.julia-cache.outputs.cache-paths }}

0 commit comments

Comments
 (0)