Update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-12 08:22:54 +00:00
committed by James Loh
parent 51a318c338
commit 440f5817c2

View File

@@ -12,6 +12,6 @@ jobs:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run ShellCheck
run: find . -type f -name "*.sh" -exec shellcheck {} +