diff --git a/setup-homebrew/README.md b/setup-homebrew/README.md index 44f82ab3..d5383dd6 100644 --- a/setup-homebrew/README.md +++ b/setup-homebrew/README.md @@ -17,7 +17,7 @@ This also sets up the variables necessary to cache the gems installed by Homebre ```yaml - name: Cache Homebrew Bundler RubyGems id: cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}