From 6f3a29d451c8b94762c2242eb7947048b4e450a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:01:15 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.1. - [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.1) --- 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..a64f138 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.1 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..6963249 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.1 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}