From db3a8720bcc3db10c35733c43c731e0fa454523a Mon Sep 17 00:00:00 2001 From: Bean Date: Sat, 20 Jul 2024 11:27:38 +0800 Subject: [PATCH] ci: update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 440e3bc..df47599 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3