From c91d2272fffed73fae98de1dd276b92c3cca1ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:57:42 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.3.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.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-unversioned-casks.yml | 4 ++-- .github/workflows/cache.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump-unversioned-casks.yml b/.github/workflows/bump-unversioned-casks.yml index 0edbec09e563..8cbc1181ed1a 100644 --- a/.github/workflows/bump-unversioned-casks.yml +++ b/.github/workflows/bump-unversioned-casks.yml @@ -51,7 +51,7 @@ jobs: mkdir "${GITHUB_WORKSPACE}" - name: Cache Homebrew Gems - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -66,7 +66,7 @@ jobs: echo "::set-output name=time::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" - name: Cache state - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ~/bump-unversioned-casks-state.json key: bump-unversioned-casks-${{ steps.cache-id.outputs.time }} diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index d1bfdd51a7a7..da1c5138b302 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -36,7 +36,7 @@ jobs: - name: Cache Homebrew Gems id: cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adb1d506b442..476175c361b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: mkdir "${GITHUB_WORKSPACE}" - name: Cache Homebrew Gems - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.3.1 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}