diff --git a/.github/workflows/bump-unversioned-casks.yml b/.github/workflows/bump-unversioned-casks.yml index c16bf06dd4b..0118f678851 100644 --- a/.github/workflows/bump-unversioned-casks.yml +++ b/.github/workflows/bump-unversioned-casks.yml @@ -49,7 +49,7 @@ jobs: signing_key: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY }} - name: Cache Homebrew Gems - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -64,7 +64,7 @@ jobs: echo "time=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT - name: Cache state - uses: actions/cache@v3 + uses: actions/cache@v4 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 55a2d89f3c7..9dea3ea3734 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@v3 + uses: actions/cache@v4 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ matrix.runner }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60521a4a4de..e73957ee513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - name: Cache Homebrew Gems id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ matrix.runner }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}