From 26d1ed38309ee2800fc60ac558156e196c398e94 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sun, 26 Jan 2025 20:02:45 +0800 Subject: [PATCH] CI: bump referenced action versions in deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2cc69e..92780f9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,9 +6,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - 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.7 - name: install dependencies