From 52b7530a6e392928433b6d22cc3a054d8edd8fb2 Mon Sep 17 00:00:00 2001 From: provenceee <83857838+provenceee@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:04:54 +0800 Subject: [PATCH] *upgrade backend action version Signed-off-by: provenceee <83857838+provenceee@users.noreply.github.com> --- .github/actions/common/backend/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/common/backend/action.yml b/.github/actions/common/backend/action.yml index a6eb2bcb96..f177d249ef 100644 --- a/.github/actions/common/backend/action.yml +++ b/.github/actions/common/backend/action.yml @@ -43,6 +43,6 @@ runs: tar -zxf nacos-server-2.1.0.tar.gz bash nacos/bin/startup.sh -m standalone - name: Set up python - uses: actions/setup-python@v3.1.3 + uses: actions/setup-python@v5 with: python-version: '3.10'