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 7cec918 commit 918e33bCopy full SHA for 918e33b
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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