mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-13 22:01:01 +01:00
Merge pull request #2941 from testssl/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
This commit is contained in:
commit
932c91f67c
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user