diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index c982751..baa08f6 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -11,7 +11,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: 3.8 - name: Install Build Tools diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index 561e773..6972538 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -11,7 +11,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: 3.8 - name: Install Build Tools diff --git a/.github/workflows/publish_alpha.yml b/.github/workflows/publish_alpha.yml index 0fa3905..2143aae 100644 --- a/.github/workflows/publish_alpha.yml +++ b/.github/workflows/publish_alpha.yml @@ -27,7 +27,7 @@ jobs: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: 3.8 - name: Install Build Tools diff --git a/.github/workflows/publish_build.yml b/.github/workflows/publish_build.yml index 9fdcd30..df4bd47 100644 --- a/.github/workflows/publish_build.yml +++ b/.github/workflows/publish_build.yml @@ -13,7 +13,7 @@ jobs: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: 3.8 - name: Install Build Tools diff --git a/.github/workflows/publish_major.yml b/.github/workflows/publish_major.yml index 87cee86..c8687f7 100644 --- a/.github/workflows/publish_major.yml +++ b/.github/workflows/publish_major.yml @@ -13,7 +13,7 @@ jobs: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: 3.8 - name: Install Build Tools diff --git a/.github/workflows/publish_minor.yml b/.github/workflows/publish_minor.yml index 4e8b231..1822123 100644 --- a/.github/workflows/publish_minor.yml +++ b/.github/workflows/publish_minor.yml @@ -13,7 +13,7 @@ jobs: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: 3.8 - name: Install Build Tools