From 76129296d1da32f86449899a9efc371b6cddf5c3 Mon Sep 17 00:00:00 2001 From: Toni Magni Date: Sat, 22 Jun 2024 17:08:40 +0200 Subject: [PATCH] Update actions to latest version. --- .github/workflows/deploy-to-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-pypi.yml b/.github/workflows/deploy-to-pypi.yml index f08b08f..aa37be2 100644 --- a/.github/workflows/deploy-to-pypi.yml +++ b/.github/workflows/deploy-to-pypi.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3' # Ensure this matches your project requirements