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

@@ -66,7 +66,7 @@ jobs:
echo ${DOCKER_BUILD_TAG}
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.ref }}
@@ -110,7 +110,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}