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

✅ Update Actions to latest versions #26814

Merged

Conversation

thisiskeithb
Copy link
Member

@thisiskeithb thisiskeithb commented Feb 24, 2024

Description

  • Update Actions to latest versions because most are using Node.js 20 now due to Node.js 16 being deprecated. See GitHub Blog - GitHub Actions: Transitioning from Node 16 to Node 20 for more information.

    Note: actions-ecosystem/action-remove-labels & superbrothers/close-pull-request still need to update their Actions for Node.js 20 compatibility.

  • lock-threads Action replaced lock-threads-app "Application", so lock.yml is no longer needed.

@thisiskeithb thisiskeithb added the T: GitHub Admin GitHub actions, templates, website, etc. label Feb 24, 2024
@thisiskeithb thisiskeithb force-pushed the pr/update_action_versions branch 2 times, most recently from f219d97 to 29957a6 Compare February 24, 2024 09:30
@classicrocker883
Copy link
Contributor

classicrocker883 commented Feb 24, 2024

it appears the parameters have changed as well for dessant/lock-thread check out the readme for changes.
for instance:

-   issue-lock-inactive-days: '60'
-   issue-exclude-created-before: ''
-   issue-exclude-labels: 'no-locking'
-   issue-lock-labels: ''
+   issue-inactive-days: '60'
+   exclude-issue-created-before: ''
+   exclude-any-issue-labels: 'no-locking'
+   add-issue-labels: ''

This is no longer needed. lock-threads-app is also archived & no longer maintained.
@thinkyhead thinkyhead merged commit b9cfbaa into MarlinFirmware:bugfix-2.1.x Mar 2, 2024
61 checks passed
@thisiskeithb thisiskeithb deleted the pr/update_action_versions branch March 2, 2024 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: GitHub Admin GitHub actions, templates, website, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants