We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2406159 commit 2609afbCopy full SHA for 2609afb
.github/workflows/composite/conda-env-cache/action.yml
@@ -23,7 +23,7 @@ inputs:
23
runs:
24
using: "composite"
25
steps:
26
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
27
id: conda-env-cache
28
with:
29
path: ${{ env.CONDA }}/envs/${{ inputs.env_name }}
0 commit comments