Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): Use current version of GitHub actions to avoid warnings #2461

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

cpcallen
Copy link
Contributor

The basics

The details

Resolves

Resolves warnings issued by GitHub when running build workflow.

Proposed Changes

Update build.yml so that we use versions of the actions that use a version of node.js that is still supported.

Reason for Changes

The old action versions previously specified attempted to use Node.js v12, which is no longer supported, and a warning is issued when they run on v16 instead.

Test Coverage

… is less noisy now.

The old action versions previously specified attempted to use Node.js
v12, which is no longer supported, and a warning is issued when
they run on v16 instead.  Update build.yml so that we use versions
of the actions that use a version of node.js that is still supported.
@cpcallen cpcallen requested a review from a team as a code owner September 25, 2024 18:03
@cpcallen cpcallen requested review from gonfunko and removed request for a team September 25, 2024 18:03
@cpcallen cpcallen merged commit 7a30c6c into google:master Sep 26, 2024
8 of 9 checks passed
@cpcallen cpcallen deleted the fix/old-action-warnings branch September 26, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants