We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c8f58 commit 7cec918Copy full SHA for 7cec918
1 file changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
26
- name: 🏗️ Create dummy install directories
27
run: |
@@ -39,7 +39,7 @@ jobs:
39
command: go version
40
41
42
43
44
- name: Run ShellSpec
45
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
- name: Run ShellCheck
57
run: shellcheck bin/*
0 commit comments