Skip to content

Commit 8d81c9e

Browse files
chore(deps): update actions/checkout action to v4
1 parent 39a8934 commit 8d81c9e

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
build-tasks:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: shogo82148/actions-setup-mysql@v1
1616
with:
1717
mysql-version: '8.0'
1818
- name: install mysql
1919
run: mysql -uroot -h127.0.0.1 -e 'SELECT version()'
2020

21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Npm Install
2323
run: |
2424
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@v3
41+
uses: actions/checkout@v4
4242

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

.github/workflows/npm-publish.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@v3
14+
- uses: actions/checkout@v4
1515
- name: Npm Install
1616
run: |
1717
npm install

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-tasks:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
path: srcRepo
1414
- name: Building wiki
@@ -21,7 +21,7 @@ jobs:
2121
ls -al docs
2222
shell: bash
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
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@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 100
2727
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/vulnerability check.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@v3
14+
- uses: actions/checkout@v4
1515
- name: Checking vulnerabilities in prod dependencies- npm audit --prod
1616
run: |
1717
npm audit --prod

0 commit comments

Comments
 (0)