Skip to content

Commit 2ae0198

Browse files
committed
chore: upgrade cehckout action to v3 as v2 which used node 12 is depercated
1 parent ed247b1 commit 2ae0198

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-tasks:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Npm Install
1616
run: |
1717
npm install

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/update-wiki-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ls -al docs
2222
shell: bash
2323

24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
repository: ${{github.repository}}.wiki # specify the wiki repo name here.
2727
path: wiki

.github/workflows/verify_cla_signature_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: [3.8]
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
fetch-depth: 100
2727
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)