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.3.2
56+ uses : apify/actions/pnpm-install@v1.4.0
5757 with :
5858 working-directory : impit-node
5959
7979 python-version : 3.x
8080
8181 - name : Set up uv package manager
82- uses : astral-sh/setup-uv@v8.2.0
82+ uses : astral-sh/setup-uv@v8.3.2
8383
8484 - name : Disable automatic `uv` builds
8585 run : sed -i '/^\[tool\.uv\]$/a package = false' pyproject.toml
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.3.2
51+ uses : apify/actions/pnpm-install@v1.4.0
5252 with :
5353 working-directory : impit-node
5454
8787
8888 - name : Commit changes
8989 id : commit
90- uses : apify/actions/signed-commit@v1.3.2
90+ uses : apify/actions/signed-commit@v1.4.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.3.2
131+ uses : apify/actions/signed-commit@v1.4.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.3.2
99+ uses : apify/actions/pnpm-install@v1.4.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.3.2
189+ uses : apify/actions/pnpm-install@v1.4.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.3.2
226+ uses : apify/actions/pnpm-install@v1.4.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.3.2
261+ uses : apify/actions/pnpm-install@v1.4.0
262262 with :
263263 working-directory : impit-node
264264
Original file line number Diff line number Diff line change 2525 python-version : " ${{ matrix.python-version }}"
2626
2727 - name : Set up uv package manager
28- uses : astral-sh/setup-uv@v8.2.0
28+ uses : astral-sh/setup-uv@v8.3.2
2929 with :
3030 python-version : " ${{ matrix.python-version }}"
3131
5858 python-version : " ${{ matrix.python-version }}"
5959
6060 - name : Set up uv package manager
61- uses : astral-sh/setup-uv@v8.2.0
61+ uses : astral-sh/setup-uv@v8.3.2
6262 with :
6363 python-version : " ${{ matrix.python-version }}"
6464
Original file line number Diff line number Diff line change 3232 python-version : 3.x
3333
3434 - name : Set up uv package manager
35- uses : astral-sh/setup-uv@v8.2.0
35+ uses : astral-sh/setup-uv@v8.3.2
3636
3737 - name : Use Node.js
3838 uses : actions/setup-node@v6
5858
5959 - name : Commit new version
6060 id : commit_version
61- uses : apify/actions/signed-commit@v1.3.2
61+ uses : apify/actions/signed-commit@v1.4.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.3.2
139+ uses : apify/actions/signed-commit@v1.4.0
140140 with :
141141 message : " docs: update changelog [skip ci]"
142142 add : impit-python/CHANGELOG.md
Original file line number Diff line number Diff line change 5050 ref : ${{ inputs.commit_sha }}
5151
5252 - name : Install uv
53- uses : astral-sh/setup-uv@v8.2.0
53+ uses : astral-sh/setup-uv@v8.3.2
5454
5555 - uses : actions/setup-python@v6
5656 with :
9393 ref : ${{ inputs.commit_sha }}
9494
9595 - name : Install uv
96- uses : astral-sh/setup-uv@v8.2.0
96+ uses : astral-sh/setup-uv@v8.3.2
9797
9898 - name : Set up Python
9999 uses : actions/setup-python@v6
@@ -209,7 +209,7 @@ jobs:
209209 ref : ${{ inputs.commit_sha }}
210210
211211 - name : Install uv
212- uses : astral-sh/setup-uv@v8.2.0
212+ uses : astral-sh/setup-uv@v8.3.2
213213
214214 - uses : actions/setup-python@v6
215215 with :
@@ -264,7 +264,7 @@ jobs:
264264 ref : ${{ inputs.commit_sha }}
265265
266266 - name : Install uv
267- uses : astral-sh/setup-uv@v8.2.0
267+ uses : astral-sh/setup-uv@v8.3.2
268268
269269 - name : Set up Python
270270 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments