Skip to content

Commit b3dd117

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2af40c0 commit b3dd117

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)