File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1111 - develop
1212jobs :
1313 call-changelog-check-workflow :
14- uses : ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.19 .0
14+ uses : ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.20 .0
Original file line number Diff line number Diff line change 66
77jobs :
88 call-create-jira-issue-workflow :
9- uses : ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.19 .0
9+ uses : ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.20 .0
1010 secrets :
1111 JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
1212 JIRA_USER_EMAIL : ${{ secrets.JIRA_USER_EMAIL }}
Original file line number Diff line number Diff line change 77
88jobs :
99 call-version-info-workflow :
10- uses : ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.19 .0
10+ uses : ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.20 .0
1111 with :
1212 python_version : " 3.11"
1313
1717 run :
1818 shell : bash -l {0}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323
3131 python -m build
3232
3333 - name : upload to PyPI.org
34- uses : pypa/gh-action-pypi-publish@v1.12.4
34+ uses : pypa/gh-action-pypi-publish@v1.13.0
3535 with :
3636 user : __token__
3737 password : ${{ secrets.TOOLS_PYPI_PAK }}
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 call-labeled-pr-check-workflow :
15- uses : ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.19 .0
15+ uses : ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.20 .0
Original file line number Diff line number Diff line change 99 finish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 token : ${{ secrets.TOOLS_BOT_PAK }}
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ on: push
55jobs :
66 # Docs: https://github.com/ASFHyP3/actions
77 call-secrets-analysis-workflow :
8- uses : ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.19 .0
8+ uses : ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.20 .0
99
1010 call-ruff-workflow :
11- uses : ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.19 .0
11+ uses : ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.20 .0
1212
1313 call-mypy-workflow :
14- uses : ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.19 .0
14+ uses : ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.20 .0
Original file line number Diff line number Diff line change 77
88jobs :
99 call-bump-version-workflow :
10- uses : ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.19 .0
10+ uses : ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.20 .0
1111 secrets :
1212 USER_TOKEN : ${{ secrets.TOOLS_BOT_PAK }}
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 call-pytest-workflow :
15- uses : ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.19 .0
15+ uses : ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.20 .0
1616 permissions :
1717 contents : read
1818 with :
@@ -21,15 +21,15 @@ jobs:
2121 ["3.10", "3.11"]
2222
2323 call-version-info-workflow :
24- uses : ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.19 .0
24+ uses : ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.20 .0
2525 permissions :
2626 contents : read
2727 with :
2828 python_version : " 3.10"
2929
3030 call-docker-ghcr-workflow :
3131 needs : call-version-info-workflow
32- uses : ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.19 .0
32+ uses : ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.20 .0
3333 permissions :
3434 contents : read
3535 packages : write
You can’t perform that action at this time.
0 commit comments