Skip to content

Commit 02bd644

Browse files
authored
Merge pull request #1133 from MPAS-Dev/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 2af40c0 + b3dd117 commit 02bd644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
4343
name: Cache Conda
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
env:
4646
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
4747
CACHE_NUMBER: 0

.github/workflows/docs_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Cache Conda
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
env:
3131
# Increase this value to reset cache if deploy/conda-dev-spec.template has not changed in the workflow
3232
CACHE_NUMBER: 0

0 commit comments

Comments
 (0)