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 7be536b + adafdce commit 8990cb1Copy full SHA for 8990cb1
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ${{ matrix.builder }}
37
38
steps:
39
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
40
- name: Setup latest nightly toolchain
41
run: bash ci/setup-toolchain.sh
42
if: github.event_name == 'schedule'
.github/workflows/style.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
19
20
21
- name: Shellcheck
22
run: |
0 commit comments