diff --git a/README.md b/README.md index 7e64276..b6f29d8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Any warnings or errors will be annotated in the Pull Request. ## Usage ```yml -- uses: actions/checkout@v5 +- uses: actions/checkout@v6 - uses: codespell-project/actions-codespell@v2 ``` diff --git a/codespell-problem-matcher/action.yml b/codespell-problem-matcher/action.yml index eb40b8d..b6ccafb 100644 --- a/codespell-problem-matcher/action.yml +++ b/codespell-problem-matcher/action.yml @@ -2,7 +2,7 @@ name: 'codespell problem matcher' author: 'Peter Newman' description: 'Shows codespell errors as annotation (with file and code line) in GitHub Actions' runs: - using: 'node20' + using: 'node24' main: 'index.js' branding: icon: 'search'