diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 8df25a4dbd..306fa7185e 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -121,7 +121,7 @@ jobs: with: path: | ~/cache - key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-nwchemcache-v002 + key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-nwchemcache-v003 - name: Checkout code uses: actions/checkout@v2 with: diff --git a/.github/workflows/github_actions_archs.yml b/.github/workflows/github_actions_archs.yml index 9bac077d6d..058dff2713 100644 --- a/.github/workflows/github_actions_archs.yml +++ b/.github/workflows/github_actions_archs.yml @@ -38,7 +38,7 @@ jobs: with: path: | ~/cache - key: ${{ runner.os }}-${{ matrix.mpi_impl}}-${{ matrix.distro}}-${{ matrix.arch}}-nwchem-v004 + key: ${{ runner.os }}-${{ matrix.mpi_impl}}-${{ matrix.distro}}-${{ matrix.arch}}-nwchem-v005 - uses: actions/checkout@v2 name: Checkout with: