mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 17:13:19 +02:00
CI: Update to actions/checkout@v5
No functional change, but we should keep this current. see5f4ddb54b0see5c923f1869
This commit is contained in:
committed by
Willy Tarreau
parent
a7f8693fa2
commit
b81a7f428b
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user