Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Bumps pyproject.toml to the next base version and overwrites CHANGELOG.md, then
# commits and pushes to main via apify/actions/signed-commit (commit carries
# [skip ci]). Works because workflow_dispatch from main keeps HEAD on the branch.
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@v0.45.0
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@v0.45.1
with:
version_number: ${{ needs.release_metadata.outputs.version_number }}
changelog: ${{ needs.release_metadata.outputs.changelog }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
update_changelog:
name: Update changelog
needs: [release_metadata, lint_check, type_check, unit_tests]
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@v0.45.0
uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@v0.45.1
with:
version_number: ${{ needs.release_metadata.outputs.version_number }}
changelog: ${{ needs.release_metadata.outputs.changelog }}
Expand Down
Loading