From da3b93ef0cec331a27e3483212cbc98312f5eb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:35:23 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 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/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-images.yml | 6 +++--- .github/workflows/pip-compile.yml | 6 +++--- .github/workflows/sphinx-docs.yml | 2 +- .github/workflows/tox-tests.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 8ba2bb00a..f2b278e7f 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -137,7 +137,7 @@ jobs: run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/tox.ini') }} @@ -197,7 +197,7 @@ jobs: run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/tox.ini') }} @@ -259,7 +259,7 @@ jobs: - name: cache the mnist dataset download if: ${{ matrix.tox-env != 'containers' }} - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: /tmp/dioptra-cache/mnist key: ${{ runner.os }}-dioptra-cache-mnist diff --git a/.github/workflows/pip-compile.yml b/.github/workflows/pip-compile.yml index 833f19eb8..d95c8db52 100644 --- a/.github/workflows/pip-compile.yml +++ b/.github/workflows/pip-compile.yml @@ -58,7 +58,7 @@ jobs: - name: cache dependencies if: ${{ matrix.os != 'windows-latest' }} - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml', '**/tox.ini', 'requirements-dev*.in') }} @@ -67,7 +67,7 @@ jobs: - name: cache dependencies (Windows) if: ${{ matrix.os == 'windows-latest' }} - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache-win.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml', '**/tox.ini', 'requirements-dev*.in') }} @@ -146,7 +146,7 @@ jobs: run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml', '**/tox.ini', '**/requirements-dev*.in', '**/docker/pip-tools/*-requirements.in') }} diff --git a/.github/workflows/sphinx-docs.yml b/.github/workflows/sphinx-docs.yml index 27d959764..c3f8e23c1 100644 --- a/.github/workflows/sphinx-docs.yml +++ b/.github/workflows/sphinx-docs.yml @@ -44,7 +44,7 @@ jobs: run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml', '**/tox.ini') }} diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index f3f99b424..a08f0527d 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -54,7 +54,7 @@ jobs: run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml', '**/tox.ini') }} @@ -108,7 +108,7 @@ jobs: run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: cache dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml', '**/tox.ini') }}