From 85de0cbadbba3f498deba32f861bb9a478faa3b4 Mon Sep 17 00:00:00 2001 From: Zixuan James Li Date: Fri, 1 Sep 2023 13:21:04 -1000 Subject: [PATCH] Upgrade to actions/checkout@v3 and actions/setup-python@v4. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e7749b..ec53fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: - 3.11 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - run: python -m pip install isort mypy