From cd9aae2a042dac138dc9bb4b9228fa6d0bbc2410 Mon Sep 17 00:00:00 2001 From: zhengp Date: Thu, 10 Aug 2023 14:51:25 +0800 Subject: [PATCH] change to use checkout v3 --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/python-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index babce65..5f2780c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -13,7 +13,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python 3.11 uses: actions/setup-python@v2 with: diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index d701925..907594d 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python 3.10 uses: actions/setup-python@v2 with: