diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index f592eafd..c2e268e2 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # Fetch all history for all branches and tags. - name: Set up python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.x"