Skip to content

Commit 4848b4c

Browse files
authored
Update to node 24 (#95)
* Use Node 24 Node 20 is deprecated and will stop working in June https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ * README.md: Use checkout@v6 in example code
1 parent cf810cf commit 4848b4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Any warnings or errors will be annotated in the Pull Request.
66
## Usage
77

88
```yml
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- uses: codespell-project/actions-codespell@v2
1111
```
1212

codespell-problem-matcher/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'codespell problem matcher'
22
author: 'Peter Newman'
33
description: 'Shows codespell errors as annotation (with file and code line) in GitHub Actions'
44
runs:
5-
using: 'node20'
5+
using: 'node24'
66
main: 'index.js'
77
branding:
88
icon: 'search'

0 commit comments

Comments
 (0)