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

[YUNIKORN-2340] Upgrade actions versions in Github Action workflow #771

Closed
wants to merge 1 commit into from

Conversation

chenyulin0719
Copy link
Contributor

What is this PR for?

Bump below actions verions to surpress the "Node.js 16 actions are deprecated." warning message:

  1. actions/checkout (v3 -> v4)
  2. actions/cache (v3 -> v4)
  3. actions/setup-go (v3 -> v5) (Only support node js 20 in v5)

What type of PR is it?

  • - Bug Fix
  • - Improvement
  • - Feature
  • - Documentation
  • - Hot Fix
  • - Refactoring

Todos

  • Update other yunikorn repo's action version.

What is the Jira issue?

https://issues.apache.org/jira/browse/YUNIKORN-2340

How should this be tested?

Tested in Github action. Create a pull request to master branch and check the Actions result.
ex: https://github.com/chenyulin0719/yunikorn-k8shim/actions/runs/7694299691

Screenshots (if appropriate)

After:
image

Before:

image

Questions:

NA

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (12c3908) 70.94% compared to head (2588782) 70.97%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #771      +/-   ##
==========================================
+ Coverage   70.94%   70.97%   +0.02%     
==========================================
  Files          43       43              
  Lines        7652     7652              
==========================================
+ Hits         5429     5431       +2     
+ Misses       2021     2019       -2     
  Partials      202      202              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@pbacsko pbacsko left a comment

Choose a reason for hiding this comment

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

+1

@pbacsko pbacsko closed this in 2c4b4a0 Jan 29, 2024
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