Skip to content

Commit 3c38dc5

Browse files
chore(deps): update actions/checkout action to v7
1 parent dee6be9 commit 3c38dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: ShellCheck
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
- name: Run ShellCheck
1717
run: find . -type f -name "*.sh" -exec shellcheck {} +

0 commit comments

Comments
 (0)