Skip to content

Commit 2609afb

Browse files
Bump actions/cache in /.github/workflows/composite/conda-env-cache (#6156)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2406159 commit 2609afb

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/composite/conda-env-cache

1 file changed

+1
-1
lines changed

.github/workflows/composite/conda-env-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
runs:
2424
using: "composite"
2525
steps:
26-
- uses: actions/cache@v3
26+
- uses: actions/cache@v4
2727
id: conda-env-cache
2828
with:
2929
path: ${{ env.CONDA }}/envs/${{ inputs.env_name }}

0 commit comments

Comments
 (0)