File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 node-version : 24
5454
5555 - name : Install pnpm and dependencies
56- uses : apify/actions/pnpm-install@v1.4.1
56+ uses : apify/actions/pnpm-install@v1.5.0
5757 with :
5858 working-directory : impit-node
5959
Original file line number Diff line number Diff line change 4848 registry-url : ' https://registry.npmjs.org'
4949
5050 - name : Install pnpm and dependencies
51- uses : apify/actions/pnpm-install@v1.4.1
51+ uses : apify/actions/pnpm-install@v1.5.0
5252 with :
5353 working-directory : impit-node
5454
8787
8888 - name : Commit changes
8989 id : commit
90- uses : apify/actions/signed-commit@v1.4.1
90+ uses : apify/actions/signed-commit@v1.5.0
9191 with :
9292 message : " chore(js-release): Update package version [skip ci]"
9393 pull : ' --rebase --autostash'
@@ -128,7 +128,7 @@ jobs:
128128
129129 - name : Commit new changelog
130130 id : commit_changelog
131- uses : apify/actions/signed-commit@v1.4.1
131+ uses : apify/actions/signed-commit@v1.5.0
132132 with :
133133 message : " docs: update changelog [skip ci]"
134134 add : impit-node/CHANGELOG.md
Original file line number Diff line number Diff line change 9696
9797 - name : Install pnpm and dependencies
9898 if : ${{ !matrix.settings.docker }}
99- uses : apify/actions/pnpm-install@v1.4.1
99+ uses : apify/actions/pnpm-install@v1.5.0
100100 with :
101101 working-directory : impit-node
102102
@@ -186,7 +186,7 @@ jobs:
186186 architecture : x64
187187
188188 - name : Install pnpm and dependencies
189- uses : apify/actions/pnpm-install@v1.4.1
189+ uses : apify/actions/pnpm-install@v1.5.0
190190 with :
191191 working-directory : impit-node
192192
@@ -223,7 +223,7 @@ jobs:
223223 node-version : ${{ matrix.node }}
224224
225225 - name : Install pnpm and dependencies
226- uses : apify/actions/pnpm-install@v1.4.1
226+ uses : apify/actions/pnpm-install@v1.5.0
227227 with :
228228 working-directory : impit-node
229229
@@ -258,7 +258,7 @@ jobs:
258258 node-version : ${{ matrix.node }}
259259
260260 - name : Install pnpm and dependencies
261- uses : apify/actions/pnpm-install@v1.4.1
261+ uses : apify/actions/pnpm-install@v1.5.0
262262 with :
263263 working-directory : impit-node
264264
Original file line number Diff line number Diff line change 5858
5959 - name : Commit new version
6060 id : commit_version
61- uses : apify/actions/signed-commit@v1.4.1
61+ uses : apify/actions/signed-commit@v1.5.0
6262 with :
6363 message : " chore(py-release): bump `pyproject.toml` version [skip ci]"
6464 add : impit-python/pyproject.toml
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Commit new changelog
138138 id : commit_changelog
139- uses : apify/actions/signed-commit@v1.4.1
139+ uses : apify/actions/signed-commit@v1.5.0
140140 with :
141141 message : " docs: update changelog [skip ci]"
142142 add : impit-python/CHANGELOG.md
You can’t perform that action at this time.
0 commit comments