From 283b5dfa2c21a2f22c7130b09f25bb636c3d1960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 03:46:19 +0000 Subject: [PATCH] Bump actions/cache from 3.2.4 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...704facf57e6136b1bc63b828d79edcd491f0ee84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/manual_build_workflow_trigger.yml | 2 +- .github/workflows/manual_poetry_build_and_test.yml | 2 +- .github/workflows/poetry_build_and_test.yml | 2 +- .github/workflows/sign_and_publish.yml | 2 +- .github/workflows/upload_wheels_to_pypi.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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') }}