From 98bd73d5de1eb31f7f36233eac3a3a814a680c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:15:54 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.8. - [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.1.7...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9d3387f..5f545149 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.8 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.8 with: path: ~/.cache/pip key: ${{ runner.os }}-pip3-${{ hashFiles('*requirements.txt') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f8260c8..7c5eb1f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-python@v2.2.1 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.8 with: path: ~/.cache/pip key: ${{ runner.os }}-pip3-${{ hashFiles('*requirements.txt') }} @@ -45,7 +45,7 @@ jobs: uses: actions/setup-python@v2.2.1 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.0.8 with: path: ~/.cache/pip key: ${{ runner.os }}-pip3-${{ hashFiles('*requirements.txt') }}