From c4ae7154fddcef1f379c7928aa5b74fe8fd7993b Mon Sep 17 00:00:00 2001 From: mkdir700 Date: Sat, 5 Nov 2022 22:02:13 +0800 Subject: [PATCH] ci: update version of actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e626b3..8a5e47f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,11 @@ jobs: ci: 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: "3.x" - - uses: abatilo/actions-poetry@v2.1.3 + - uses: abatilo/actions-poetry@v2.1.6 - name: Config poetry run: poetry config experimental.new-installer false - name: CI