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

chore: Fix GitHub actions deprecation warnings #2745

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

robinlinden
Copy link
Member

@robinlinden robinlinden commented Mar 26, 2024

actions/github-script@v6 is a Node.js 16 action, and Node.js 16 actions have been deprecated.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.


This change is Reviewable

@robinlinden robinlinden requested a review from a team as a code owner March 26, 2024 19:49
@robinlinden robinlinden added this to the v0.2.20 milestone Mar 26, 2024
@robinlinden robinlinden marked this pull request as draft March 26, 2024 19:50
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.04%. Comparing base (da43876) to head (7572888).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2745      +/-   ##
==========================================
- Coverage   73.09%   73.04%   -0.06%     
==========================================
  Files         149      149              
  Lines       30533    30533              
==========================================
- Hits        22319    22302      -17     
- Misses       8214     8231      +17     

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

actions/github-script@v6 is a Node.js 16 action, and Node.js 16 actions
have been deprecated.
@robinlinden robinlinden marked this pull request as ready for review March 28, 2024 01:52
@toktok-releaser toktok-releaser merged commit 7572888 into TokTok:master Mar 28, 2024
63 checks passed
@robinlinden robinlinden deleted the chore-update-actions branch March 28, 2024 12:44
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.

5 participants