Skip to content

build: update all github actions#3561

Merged
josephperrott merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-github-actions
Mar 19, 2026
Merged

build: update all github actions#3561
josephperrott merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-github-actions

Conversation

@angular-robot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
actions/cache action patch v5.0.3v5.0.4
astral-sh/setup-uv action minor v7.5.0v7.6.0

  • If you want to rebase/retry this PR, check this box

Release Notes

actions/cache (actions/cache)

v5.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v5...v5.0.4

astral-sh/setup-uv (astral-sh/setup-uv)

v7.6.0: 🌈 Fetch uv from Astral's mirror by default

Compare Source

Changes

We now default to download uv from releases.astral.sh.
This means by default we don't hit the GitHub API at all and shouldn't see any rate limits and timeouts any more.

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Mar 19, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the actions/cache GitHub Action to version v5.0.4. The changes are functional and correctly update the dependency by pinning to the new commit SHA. My review includes suggestions to use version tags (e.g., v5.0.4) instead of commit SHAs for better readability and maintainability of the workflow file, which is a common best practice.

steps:
- name: Configure action caching for bazel version downloaded by bazelisk
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For improved readability and maintainability, consider using the version tag directly instead of the commit SHA. While pinning to a SHA is a secure practice, using a specific version tag like v5.0.4 is also secure against accidental updates and makes the workflow easier to understand at a glance.

      uses: actions/cache@v5.0.4


- name: Configure action caching for bazel repository cache
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For improved readability and maintainability, consider using the version tag directly instead of the commit SHA. While pinning to a SHA is a secure practice, using a specific version tag like v5.0.4 is also secure against accidental updates and makes the workflow easier to understand at a glance.

      uses: actions/cache@v5.0.4

Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josephperrott josephperrott merged commit 5146968 into angular:main Mar 19, 2026
13 checks passed
@josephperrott
Copy link
Member

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/all-github-actions branch March 19, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants