Skip to content

Commit 23d248f

Browse files
committed
Update actions/checkout to v6
GitHub deprecated Node.js 20 in Actions runners; the previous v4 release runs on Node.js 20 and will be forced to Node.js 24 in June 2026. v6 runs on Node.js 24 natively.
1 parent 54b39d4 commit 23d248f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
allow-failure: true
6161
continue-on-error: ${{ matrix.allow-failure }}
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464
- name: Set up Ruby
6565
uses: ruby/setup-ruby@v1
6666
with:

0 commit comments

Comments
 (0)