diff --git a/.github/workflows/update_publications.yml b/.github/workflows/update_publications.yml index 891fa59..b67994b 100644 --- a/.github/workflows/update_publications.yml +++ b/.github/workflows/update_publications.yml @@ -35,7 +35,7 @@ jobs: git_commit_gpgsign: true - name: Get cached python environment - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/conda_pkgs_dir key: ${{ runner.os }}-conda-${{ hashFiles('.github/workflows/misc/environment.yml') }}