You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub is deprecating the Node.js 20 actions runtime. Bump all
JavaScript actions to the majors that default to Node 24:
- actions/checkout v4 -> v5
- actions/upload-artifact v4 -> v6
- actions/download-artifact v4 -> v7
- actions/stale v9 -> v10
- dorny/paths-filter v3 -> v4
- mikepenz/action-junit-report v5 -> v6
- softprops/action-gh-release v2.2.2 -> v3.0.0
Noelware/s3-action has no Node 24 release, so replace it with the
official aws-actions/configure-aws-credentials action plus an
aws s3 cp step, preserving the custom endpoint and object key naming.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Copy file name to clipboardExpand all lines: .github/workflows/stale-pr.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ jobs:
11
11
stale:
12
12
runs-on: ubuntu-24.04
13
13
steps:
14
-
- uses: actions/stale@v9
14
+
- uses: actions/stale@v10
15
15
with:
16
16
stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.'
0 commit comments