diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-04-18 10:31:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-04-18 10:31:29 +0800 |
commit | 8966960a8a9188925c846404932811b212a38dae (patch) | |
tree | fa4ef6c27592dfbe1027a19d2b6301e898d0f6bb | |
parent | 5e18a38c321663914a2b3c39fedfa43be15bfb5b (diff) | |
download | lua-language-server-8966960a8a9188925c846404932811b212a38dae.zip |
更新到 actions/checkout@v4 避免警告
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68e918ca..ac36902b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: apk update apk add git ninja bash build-base nodejs linux-headers - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive |