Skip to content

Commit 55894b4

Browse files
committed
Update scrape.yml
1 parent a134082 commit 55894b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/scrape.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: Read .nvmrc
2121
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
2222
id: nvm
2323

2424
- name: Setup node
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: '${{ steps.nvm.outputs.NVMRC }}'
2828
registry-url: 'https://registry.npmjs.org'
2929

3030
- name: Cache node modules
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
env:
3333
cache-name: cache-node-modules
3434
with:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Generate data
5252
run: npm run generate
5353

54-
- uses: stefanzweifel/git-auto-commit-action@v4.1.2
54+
- uses: stefanzweifel/git-auto-commit-action@v4
5555
with:
5656
commit_message: Auto-update data.
5757
branch: master

0 commit comments

Comments
 (0)