From 6cf286d4a6e096970460dde2ea13a3f1054b9aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 20:01:10 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b14f6d..064ecaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: #TODO: bring this back to 2.7 ruby-version: '2.6' - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.2.0 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 18add35..847a1f3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,7 +26,7 @@ jobs: #TODO: bring this back to 2.7 ruby-version: '2.6' - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3.2.0 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}