From 58b4c7c02c2afb6feb8934363ac4a6a14afbbe4c Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Thu, 29 Aug 2024 07:43:42 +0200 Subject: [PATCH] bump --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed6903e..5f1d1d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,8 @@ jobs: name: Build with Poetry and Publish to PyPI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + uses: actions/setup-python@v5 - name: Install and configure Poetry run: | pip install poetry