feat(workflows): upgrade actions to use node 16

This commit is contained in:
Wing-Kam Wong
2022-10-14 19:21:05 +08:00
parent bfc3a549cf
commit 51180c56ee
13 changed files with 92 additions and 92 deletions

View File

@@ -39,7 +39,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.ref }}