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 7b53cb5 commit 9dfcd32Copy full SHA for 9dfcd32
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
11
- name: Install
12
run: npm ci
13
- name: Lint
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
23
24
25
- name: Setup Rust
26
uses: hecrj/setup-rust-action@v1
27
with:
@@ -113,7 +113,7 @@ jobs:
113
114
115
116
117
- name: Publish
118
if: startsWith(github.ref, 'refs/tags/')
119
run: |
0 commit comments