diff --git a/.github/workflows/bump-unversioned-casks.yml b/.github/workflows/bump-unversioned-casks.yml index 1f815549a34d..4fe5aaca80dd 100644 --- a/.github/workflows/bump-unversioned-casks.yml +++ b/.github/workflows/bump-unversioned-casks.yml @@ -58,7 +58,7 @@ jobs: mkdir "${GITHUB_WORKSPACE}" - name: Cache Homebrew Gems - uses: actions/cache@v2.1.5 + 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 }} @@ -73,7 +73,7 @@ jobs: echo "::set-output name=time::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" - name: Cache state - uses: actions/cache@v2.1.5 + 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 5c373e108a14..59346c421738 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -41,7 +41,7 @@ jobs: - name: Cache Homebrew Gems id: cache - uses: actions/cache@v2.1.5 + 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 7a961d0c5e40..9343cc878351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: mkdir "${GITHUB_WORKSPACE}" - name: Cache Homebrew Gems - uses: actions/cache@v2.1.5 + 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 }}