diff --git a/.github/workflows/caching-envs-example.yml b/.github/workflows/caching-envs-example.yml index aea475f9..24cd3d26 100644 --- a/.github/workflows/caching-envs-example.yml +++ b/.github/workflows/caching-envs-example.yml @@ -44,7 +44,7 @@ jobs: shell: bash - name: Cache Conda env - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.CONDA }}/envs key: diff --git a/.github/workflows/caching-example.yml b/.github/workflows/caching-example.yml index 9cb5b8e6..2f1fae55 100644 --- a/.github/workflows/caching-example.yml +++ b/.github/workflows/caching-example.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache conda - uses: actions/cache@v1 + uses: actions/cache@v3 env: # Increase this value to reset cache if etc/example-environment.yml has not changed CACHE_NUMBER: 2