Merge pull request #2941 from testssl/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
Dirk Wetter 2025-11-11 16:46:21 +01:00 committed by GitHub
commit 932c91f67c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ jobs:
env:
LANG: C.UTF-8
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install shellcheck
run: sudo apt update && sudo apt install -y shellcheck && shellcheck --version