]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: modernize codespell action, switch to node 16
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 13 Aug 2024 19:11:30 +0000 (21:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Aug 2024 03:13:46 +0000 (05:13 +0200)
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

index 385b698a5489afee060aaecb5c16ef5307dc7d0e..93e9020dc99f3aa2c90ec04f3cf707a321ca67dc 100644 (file)
@@ -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