From b4166d198d8584be3ca50742a2a27888a05665aa Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Mon, 25 Mar 2024 14:17:52 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20update=20actions=20to=20?= =?UTF-8?q?use=20Node.js=2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 70a9075..9583187 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,9 +24,9 @@ jobs: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies