Skip to content

Commit 5ef605a

Browse files
authored
Merge pull request #280 from MPAS-Dev/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 0122c5e + 53da281 commit 5ef605a

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
@@ -77,7 +77,7 @@ jobs:
7777

7878
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
7979
name: Cache Conda
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
8181
env:
8282
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
8383
CACHE_NUMBER: 0

.github/workflows/docs_workflow.yml

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

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

0 commit comments

Comments
 (0)