From e47118a0d3703fa2022c86d5257802f4e389c4ae Mon Sep 17 00:00:00 2001 From: Alessio Berti Date: Sun, 24 Sep 2023 10:34:52 +0200 Subject: [PATCH] Update actions versions. --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f9c5092..9807704 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,13 +9,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # make sure we have version info - run: git fetch --tags - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8