File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 run : uv run poe build
168168
169169 - name : Verify built package
170- uses : apify/actions/python-package-check@v1.1 .0
170+ uses : apify/actions/python-package-check@v1.2 .0
171171 with :
172172 package_name : apify_client
173173 dist_dir : dist
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Commit model changes
113113 id : commit
114- uses : apify/actions/signed-commit@v1.0 .0
114+ uses : apify/actions/signed-commit@v1.2 .0
115115 with :
116116 message : ${{ env.TITLE }}
117117 add : ' src/apify_client/_models.py src/apify_client/_typeddicts.py src/apify_client/_literals.py'
Original file line number Diff line number Diff line change 3737 version_number : ${{ steps.release_prepare.outputs.version_number }}
3838 changelog : ${{ steps.release_prepare.outputs.changelog }}
3939 steps :
40- - uses : apify/actions/git-cliff-release@v1.1.2
40+ - uses : apify/actions/git-cliff-release@v1.2.0
4141 id : release_prepare
4242 name : Release prepare
4343 with :
@@ -67,15 +67,15 @@ jobs:
6767 url : https://pypi.org/project/apify-client
6868 steps :
6969 - name : Prepare distribution
70- uses : apify/actions/prepare-pypi-distribution@v1.1.2
70+ uses : apify/actions/prepare-pypi-distribution@v1.2.0
7171 with :
7272 package_name : apify-client
7373 is_prerelease : " yes"
7474 version_number : ${{ needs.release_prepare.outputs.version_number }}
7575 ref : ${{ needs.changelog_update.outputs.changelog_commitish }}
7676
7777 - name : Verify built package
78- uses : apify/actions/python-package-check@v1.1 .0
78+ uses : apify/actions/python-package-check@v1.2 .0
7979 with :
8080 package_name : apify_client
8181 dist_dir : dist
Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ jobs:
6060 run : uv run poe install-dev
6161
6262 - name : Install pnpm and website dependencies
63- uses : apify/actions/pnpm-install@v1.1.2
63+ uses : apify/actions/pnpm-install@v1.2.0
6464 with :
6565 working-directory : website
6666
6767 - name : Update docs theme
6868 run : uv run poe update-docs-theme
6969
7070 - name : Commit the updated package.json and lockfile
71- uses : apify/actions/signed-commit@v1.0 .0
71+ uses : apify/actions/signed-commit@v1.2 .0
7272 with :
7373 message : " chore: Automatic docs theme update [skip ci]"
7474 add : ' website/package.json website/pnpm-lock.yaml'
Original file line number Diff line number Diff line change 5252 changelog : ${{ steps.release_prepare.outputs.changelog }}
5353 release_notes : ${{ steps.release_prepare.outputs.release_notes }}
5454 steps :
55- - uses : apify/actions/git-cliff-release@v1.1.2
55+ - uses : apify/actions/git-cliff-release@v1.2.0
5656 name : Release prepare
5757 id : release_prepare
5858 with :
@@ -100,15 +100,15 @@ jobs:
100100 url : https://pypi.org/project/apify-client
101101 steps :
102102 - name : Prepare distribution
103- uses : apify/actions/prepare-pypi-distribution@v1.1.2
103+ uses : apify/actions/prepare-pypi-distribution@v1.2.0
104104 with :
105105 package_name : apify-client
106106 is_prerelease : " "
107107 version_number : ${{ needs.release_prepare.outputs.version_number }}
108108 ref : ${{ needs.changelog_update.outputs.changelog_commitish }}
109109
110110 - name : Verify built package
111- uses : apify/actions/python-package-check@v1.1 .0
111+ uses : apify/actions/python-package-check@v1.2 .0
112112 with :
113113 package_name : apify_client
114114 dist_dir : dist
Original file line number Diff line number Diff line change 7272 run : uv run poe install-dev
7373
7474 - name : Install pnpm and website dependencies
75- uses : apify/actions/pnpm-install@v1.1.2
75+ uses : apify/actions/pnpm-install@v1.2.0
7676 with :
7777 working-directory : website
7878
@@ -123,7 +123,7 @@ jobs:
123123 uv run pnpm exec docusaurus api:version "$MAJOR_MINOR_VERSION"
124124
125125 - name : Commit and push versioned docs
126- uses : apify/actions/signed-commit@v1.0 .0
126+ uses : apify/actions/signed-commit@v1.2 .0
127127 with :
128128 message : " docs: Version docs for v${{ steps.snapshot.outputs.version }} [skip ci]"
129129 add : ' website/versioned_docs website/versioned_sidebars website/versions.json'
Original file line number Diff line number Diff line change 5050 actions : write # Required by execute-workflow.
5151 steps :
5252 - name : Dispatch beta release workflow
53- uses : apify/actions/execute-workflow@v1.1.2
53+ uses : apify/actions/execute-workflow@v1.2.0
5454 with :
5555 workflow : manual_release_beta.yaml
You can’t perform that action at this time.
0 commit comments