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 e58f93b + 1344818 commit dede378Copy full SHA for dede378
.github/workflows/cron.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
with:
16
token: ${{ secrets.GH_TOKEN }}
17
- name: Setup Node.js
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
18
uses: actions/setup-node@v3
19
0 commit comments