chore: bump actions/checkout from v2 to v3 (#28716)

This commit is contained in:
Yihau Chen 2022-11-02 13:42:03 +08:00 committed by GitHub
parent 7e7e9b2775
commit 4e10820788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -46,7 +46,7 @@ jobs:
os: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

View File

@ -13,7 +13,7 @@ jobs:
run:
working-directory: explorer
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v2

View File

@ -11,7 +11,7 @@ jobs:
run:
working-directory: explorer
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v2
@ -33,7 +33,7 @@ jobs:
working-directory: explorer
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: amondnet/vercel-action@v20

View File

@ -32,7 +32,7 @@ jobs:
working-directory: web3.js
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# maybe needed for base sha below
fetch-depth: 0
@ -63,7 +63,7 @@ jobs:
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}