fixes deprecation message by update action versions (#21021)

This commit is contained in:
ringabout
2022-12-05 12:37:23 +08:00
committed by GitHub
parent 5536f74992
commit 78b387d948
2 changed files with 4 additions and 4 deletions

View File

@@ -27,12 +27,12 @@ jobs:
NIM_TESTAMENT_BATCH: ${{ matrix.batch }}
steps:
- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: 'Install node.js 16.x'
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16.x'

View File

@@ -17,12 +17,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: 'Install node.js 16.x'
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16.x'