Skip to content

Commit

Permalink
Upgrade checkout-python-sdist version
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Sep 18, 2024
1 parent 26650e6 commit 61de597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
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@187f55296b0f54d88259aaaf99af32ad3647d3bc # Current main that uses download-artifact@v4

Check failure on line 183 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / lint / Linter

183:81 [line-length] line too long (131 > 80 characters)
with:
source-tarball-name: >-
${{ needs.build-pure-python-dists.outputs.sdist-filename }}
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
with:
jobs: ${{ toJSON(needs) }}
- 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@187f55296b0f54d88259aaaf99af32ad3647d3bc # Current main that uses download-artifact@v4

Check failure on line 339 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / lint / Linter

339:81 [line-length] line too long (131 > 80 characters)
with:
source-tarball-name: >-
${{ needs.build-pure-python-dists.outputs.sdist-filename }}
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:

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@187f55296b0f54d88259aaaf99af32ad3647d3bc # Current main that uses download-artifact@v4

Check failure on line 423 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / lint / Linter

423:81 [line-length] line too long (131 > 80 characters)
with:
source-tarball-name: >-
${{ needs.build-pure-python-dists.outputs.sdist-filename }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: ${{ inputs.qemu && 47 || 14 }}
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@187f55296b0f54d88259aaaf99af32ad3647d3bc # Current main that uses download-artifact@v4

Check failure on line 45 in .github/workflows/reusable-build-wheel.yml

View workflow job for this annotation

GitHub Actions / lint / Linter

45:81 [line-length] line too long (131 > 80 characters)
with:
source-tarball-name: ${{ inputs.source-tarball-name }}
workflow-artifact-name: ${{ inputs.dists-artifact-name }}
Expand Down

0 comments on commit 61de597

Please sign in to comment.