From 987aff666466b724600a3e1c51f98f8560ceb323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:40:06 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 (#820) Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/pypi_upload.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fd279066..7e6420f40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: if: ${{ !contains(matrix.os, 'self-hosted') }} with: python-version: "3.10" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache if: ${{ !contains(matrix.os, 'self-hosted') }} with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13acbf48b..929d8d900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache with: path: ${{ env.pythonLocation }} @@ -56,7 +56,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache with: path: ${{ env.pythonLocation }} @@ -79,7 +79,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache with: path: ${{ env.pythonLocation }} @@ -103,7 +103,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache with: path: ${{ env.pythonLocation }} @@ -135,7 +135,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 5673e113d..963e04eb9 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.10" - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache with: path: ${{ env.pythonLocation }}