From b3d5e732296b968946778e9637f05ae54479f5a0 Mon Sep 17 00:00:00 2001 From: NilashishC Date: Tue, 11 Feb 2025 11:44:37 +0530 Subject: [PATCH] update re-actors/checkout-python-sdist@release/v1 Signed-off-by: NilashishC --- .github/workflows/ci-cd.yml | 4 ++-- .github/workflows/reusable-build-wheel.yml | 2 +- .github/workflows/reusable-cibuildwheel.yml | 2 +- .github/workflows/reusable-tests.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 13620cfc1..d8fc4fb83 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1124,7 +1124,7 @@ jobs: run: mkdir -pv ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} - name: Retrieve the project source from an sdist inside the GHA artifact - uses: re-actors/checkout-python-sdist@release/v1 + uses: re-actors/checkout-python-sdist@release/v2 with: source-tarball-name: ${{ needs.pre-setup.outputs.sdist-artifact-name }} workflow-artifact-name: >- @@ -1403,7 +1403,7 @@ jobs: python-version: 3.11 - name: Retrieve the project source from an sdist inside the GHA artifact - uses: re-actors/checkout-python-sdist@release/v1 + uses: re-actors/checkout-python-sdist@release/v2 with: source-tarball-name: ${{ needs.pre-setup.outputs.sdist-artifact-name }} workflow-artifact-name: >- diff --git a/.github/workflows/reusable-build-wheel.yml b/.github/workflows/reusable-build-wheel.yml index 4867d265f..8a27b4fd5 100644 --- a/.github/workflows/reusable-build-wheel.yml +++ b/.github/workflows/reusable-build-wheel.yml @@ -98,7 +98,7 @@ jobs: python-version: 3.11 - name: Retrieve the project source from an sdist inside the GHA artifact - uses: re-actors/checkout-python-sdist@release/v1 + uses: re-actors/checkout-python-sdist@release/v2 with: source-tarball-name: ${{ inputs.source-tarball-name }} workflow-artifact-name: ${{ inputs.dists-artifact-name }} diff --git a/.github/workflows/reusable-cibuildwheel.yml b/.github/workflows/reusable-cibuildwheel.yml index e4bc72b63..ad8ff3408 100644 --- a/.github/workflows/reusable-cibuildwheel.yml +++ b/.github/workflows/reusable-cibuildwheel.yml @@ -47,7 +47,7 @@ jobs: timeout-minutes: ${{ inputs.qemu && 60 || 20 }} steps: - name: Retrieve the project source from an sdist inside the GHA artifact - uses: re-actors/checkout-python-sdist@release/v1 + uses: re-actors/checkout-python-sdist@release/v2 with: source-tarball-name: ${{ inputs.source-tarball-name }} workflow-artifact-name: ${{ inputs.dists-artifact-name }} diff --git a/.github/workflows/reusable-tests.yml b/.github/workflows/reusable-tests.yml index cd87f8322..259406185 100644 --- a/.github/workflows/reusable-tests.yml +++ b/.github/workflows/reusable-tests.yml @@ -108,7 +108,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Retrieve the project source from an sdist inside the GHA artifact - uses: re-actors/checkout-python-sdist@release/v1 + uses: re-actors/checkout-python-sdist@release/v2 with: source-tarball-name: ${{ inputs.source-tarball-name }} workflow-artifact-name: ${{ inputs.dists-artifact-name }}