Skip to content

Commit 84d6ddb

Browse files
committed
workflows: correctly declare shellcheck version (1.1.0, not 1.0.0)
This has been wrong since 9360fdc.
1 parent a43985e commit 84d6ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
8888

8989
- name: Run shellcheck
90-
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # 1.0.0
90+
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v1.1.0
9191

9292
compilation:
9393
name: Check compilation

0 commit comments

Comments
 (0)