diff --git a/.github/workflows/tests_tox.yml b/.github/workflows/tests_tox.yml index 9b42c989..9e267b56 100644 --- a/.github/workflows/tests_tox.yml +++ b/.github/workflows/tests_tox.yml @@ -39,7 +39,7 @@ jobs: python -m pip install tox tox-gh-actions>=2.0 - name: Load tox cache - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-tox-v1-${{ hashFiles('**/pyproject.toml') }} @@ -53,7 +53,7 @@ jobs: - name: Save tox cache only on main if: github.ref == 'refs/heads/main' - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: .tox/ key: ${{ runner.os }}-${{ matrix.python-version }}-tox-v1-${{ hashFiles('**/pyproject.toml') }}