From e81d6ae024afa929f8adb7226922b47b8d67ec2d Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Tue, 5 Mar 2024 00:12:08 +0700 Subject: [PATCH] updated workflow actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e4d97e..4983651 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,8 @@ jobs: test-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: '3.10'