diff --git a/.github/workflows/manual_build_workflow_trigger.yml b/.github/workflows/manual_build_workflow_trigger.yml index eef9e89c..dfe1ce4a 100644 --- a/.github/workflows/manual_build_workflow_trigger.yml +++ b/.github/workflows/manual_build_workflow_trigger.yml @@ -34,7 +34,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ${{ matrix.path }} key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_dev.txt') }} diff --git a/.github/workflows/manual_poetry_build_and_test.yml b/.github/workflows/manual_poetry_build_and_test.yml index 0065e660..9cc06dbf 100644 --- a/.github/workflows/manual_poetry_build_and_test.yml +++ b/.github/workflows/manual_poetry_build_and_test.yml @@ -38,7 +38,7 @@ jobs: virtualenvs-in-project: true - name: Load cached venv id: cached-pip-wheels - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ~/.cache key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} diff --git a/.github/workflows/poetry_build_and_test.yml b/.github/workflows/poetry_build_and_test.yml index 5395c770..ab553fac 100644 --- a/.github/workflows/poetry_build_and_test.yml +++ b/.github/workflows/poetry_build_and_test.yml @@ -50,7 +50,7 @@ jobs: # if: ${{ matrix.os == 'windows-latest' }} - name: Load cached venv id: cached-pip-wheels - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 if: ${{ matrix.os != 'ubuntu-latest' }} # Linux cache seems to be corrupted with: path: ~/.cache diff --git a/.github/workflows/sign_and_publish.yml b/.github/workflows/sign_and_publish.yml index 91490381..b4c39e96 100644 --- a/.github/workflows/sign_and_publish.yml +++ b/.github/workflows/sign_and_publish.yml @@ -40,7 +40,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ${{ matrix.path }} key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_dev.txt') }} diff --git a/.github/workflows/upload_wheels_to_pypi.yml b/.github/workflows/upload_wheels_to_pypi.yml index 657de745..18bf11b1 100644 --- a/.github/workflows/upload_wheels_to_pypi.yml +++ b/.github/workflows/upload_wheels_to_pypi.yml @@ -49,7 +49,7 @@ jobs: virtualenvs-in-project: true - name: Load cached venv id: cached-pip-wheels - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ~/.cache key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}