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 da40f50 commit c3ff703Copy full SHA for c3ff703
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Publish
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- uses: dylanvann/[email protected]
14
with:
15
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
name: Test
- name: Install
run: yarn install --frozen-lockfile
- name: Deduplicate dependencies
0 commit comments