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.
2 parents 3463672 + 7d2d152 commit 3655a58Copy full SHA for 3655a58
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: e1himself/[email protected]
32
33
- name: Checkout
34
- uses: actions/checkout@v3.1.0
+ uses: actions/checkout@v3.2.0
35
36
- name: Set Environment Variables
37
env:
.github/workflows/shellcheck.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Repository checkout
17
- uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
0 commit comments