Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google-github-actions/setup-gcloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: google-github-actions/setup-gcloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 25, 2025

  1. Bump to node24 (#723)

    sethvargo authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    6387e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c2918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d26df95 View commit details
    Browse the repository at this point in the history
  4. Release: v3.0.0 (#726)

    ## What's Changed
    - **‼️ This release requires Node 24+!**
    - **‼️ The `skip_tool_cache` option has been removed!** Skipping the
    tool cache is now the default behavior. To restore the previous behavior
    of using the tool cache (which is unnecessary on GitHub managed runners,
    but may provide performance increases on self-hosted runners), set
    `cache: true`.
    ---
    * Bump to node24 by @sethvargo in
    #723
    * Do not use the tool-cache by default by @sethvargo in
    #724
    * Update to use v3 references by @sethvargo in
    #725
    
    
    **Full Changelog**:
    v2.2.1...v3.0.0
    google-github-actions-bot authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    26f734c View commit details
    Browse the repository at this point in the history
Loading