Skip to content

Commit d88f4b1

Browse files
committed
feat: modify actions/checkout@v4
1 parent ef4db19 commit d88f4b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get install -y python3 python3-pip python-is-python3
2626
2727
- name: Checkout TDengine
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 1
3131
repository: 'taosdata/TDengine'
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
nohup sudo taosadapter &
6161
62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v4
6363

6464
- name: Use Node.js ${{ matrix.node-version }}
6565
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)