CI: Update to actions/checkout@v5

No functional change, but we should keep this current.

see 5f4ddb54b0
see 5c923f1869
This commit is contained in:
Tim Duesterhus
2025-08-13 19:13:31 +02:00
committed by Willy Tarreau
parent a7f8693fa2
commit b81a7f428b
17 changed files with 21 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: codespell-project/codespell-problem-matcher@v1.2.0
- uses: codespell-project/actions-codespell@master
with: