From: Ilia Shipitsin Date: Tue, 13 Aug 2024 19:11:30 +0000 (+0200) Subject: CI: modernize codespell action, switch to node 16 X-Git-Tag: v3.1-dev6~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=630104293825827c47d0247274f3cc29cd522056;p=thirdparty%2Fhaproxy.git CI: modernize codespell action, switch to node 16 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/ --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 385b698a54..93e9020dc9 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