Skip to content

Commit 8ec9752

Browse files
authored
update actions/checkout from v4 to v6 (#249)
Motivation * Following [GitHub's announcement](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/), Node 20 is being deprecated and runners will begin using Node 24 by default starting March 4th, 2026. Node 20 will reach end-of-life in April 2026. Modifications * Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24. * Replace `actions/checkout@v4` with `actions/checkout@v6` in all workflow files. Result * Workflow files reference `actions/checkout@v6`.
1 parent a8b126e commit 8ec9752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 1
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020
- name: Check for Semantic Version label

0 commit comments

Comments
 (0)