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 9312498 commit 7f7065cCopy full SHA for 7f7065c
.github/workflows/build-dist-and-push.yml
@@ -17,7 +17,7 @@ jobs:
17
app_id: ${{ secrets.APP_ID }}
18
private_key: ${{ secrets.APP_PRIVATE_KEY }}
19
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
with:
22
token: ${{ steps.generate_token.outputs.token }}
23
.github/workflows/check-dist.yml
@@ -20,7 +20,7 @@ jobs:
check-dist:
runs-on: ubuntu-latest
steps:
24
25
- name: Set Node.js 16.x
26
uses: actions/[email protected]
0 commit comments