mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-14 14:20:59 +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:
|
env:
|
||||||
LANG: C.UTF-8
|
LANG: C.UTF-8
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Install shellcheck
|
- name: Install shellcheck
|
||||||
run: sudo apt update && sudo apt install -y shellcheck && shellcheck --version
|
run: sudo apt update && sudo apt install -y shellcheck && shellcheck --version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user