Skip to content

Commit fba5b0f

Browse files
kbdharunDimitriPapadopoulos
authored andcommitted
feat: bump to use node20 runtime, actions/checkout to v4
1 parent 8edd9f2 commit fba5b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codespell-problem-matcher/action.yml

+1-1
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: 'node12'
5+
using: 'node20'
66
main: 'index.js'
77
branding:
88
icon: 'search'

0 commit comments

Comments
 (0)