From 630104293825827c47d0247274f3cc29cd522056 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Tue, 13 Aug 2024 21:11:30 +0200 Subject: [PATCH] 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/ --- .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