We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4db19 commit d88f4b1Copy full SHA for d88f4b1
1 file changed
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-get install -y python3 python3-pip python-is-python3
26
27
- name: Checkout TDengine
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
with:
30
fetch-depth: 1
31
repository: 'taosdata/TDengine'
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
nohup sudo taosadapter &
61
62
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
63
64
- name: Use Node.js ${{ matrix.node-version }}
65
uses: actions/setup-node@v3
0 commit comments