diff --git a/.github/workflows/create-new-tag.yml b/.github/workflows/create-new-tag.yml index 5231a76..36ece47 100644 --- a/.github/workflows/create-new-tag.yml +++ b/.github/workflows/create-new-tag.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # Fetch all history so we can get all tags - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' diff --git a/.github/workflows/create-tag-and-release.yml b/.github/workflows/create-tag-and-release.yml index 8ec8559..b44e6d2 100644 --- a/.github/workflows/create-tag-and-release.yml +++ b/.github/workflows/create-tag-and-release.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # Necessary for scripts to access all tags and .github/release.yml - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.x'