Skip to content

Commit 7fe0466

Browse files
committed
Bump actions/checkout from v4.3.1 to v6.0.2 for Node 24
GitHub Actions has deprecated Node.js 20; runners log a warning on v4.3.1 and will force-migrate to Node 24 in June 2026, with full removal in September 2026. v6.0.2 is the current latest and advertises Node 24 support. persist-credentials: false is unchanged across all three jobs.
1 parent 3ee0ef9 commit 7fe0466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 10
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
2121

@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 10
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
with:
4545
persist-credentials: false
4646

@@ -68,7 +68,7 @@ jobs:
6868
- standalone
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
71+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272
with:
7373
persist-credentials: false
7474

0 commit comments

Comments
 (0)