From 5220cb6d4874b6b182d7b7b10d68e069b9032748 Mon Sep 17 00:00:00 2001 From: ponyisi Date: Fri, 18 Oct 2024 19:30:59 -0500 Subject: [PATCH] update setup-python in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e9e887..572c81c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@master - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install poetry