The following actions uses node12 which is deprecated and will be forced to run 
on node16: codespell-project/codespell-problem-matcher@v1. For more info: 
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
---
 .github/workflows/codespell.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 385b698a5..93e9020dc 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -13,7 +13,7 @@ jobs:
     if: ${{ github.repository_owner == 'haproxy' }}
     steps:
     - uses: actions/checkout@v4
-    - uses: codespell-project/codespell-problem-matcher@v1
+    - uses: codespell-project/codespell-problem-matcher@v1.2.0
     - uses: codespell-project/actions-codespell@master
       with:
         skip: 
CHANGELOG,Makefile,*.fig,*.pem,./doc/design-thoughts,./doc/internals
-- 
2.43.0.windows.1



Reply via email to