6363 python-version : ${{ env.PYTHON_VERSION }}
6464
6565 - name : Set up uv package manager
66- uses : astral-sh/setup-uv@v8.2 .0
66+ uses : astral-sh/setup-uv@v8.3 .0
6767 with :
6868 python-version : ${{ env.PYTHON_VERSION }}
6969
8686 node-version : ${{ env.NODE_VERSION }}
8787
8888 - name : Install pnpm and website dependencies
89- uses : apify/actions/pnpm-install@v1.3.2
89+ uses : apify/actions/pnpm-install@v1.4.0
9090 with :
9191 working-directory : website
9292
@@ -107,7 +107,7 @@ jobs:
107107 node-version : ${{ env.NODE_VERSION }}
108108
109109 - name : Install pnpm and website dependencies
110- uses : apify/actions/pnpm-install@v1.3.2
110+ uses : apify/actions/pnpm-install@v1.4.0
111111 with :
112112 working-directory : website
113113
@@ -199,7 +199,7 @@ jobs:
199199 python-version : ${{ matrix.python-version }}
200200
201201 - name : Set up uv package manager
202- uses : astral-sh/setup-uv@v8.2 .0
202+ uses : astral-sh/setup-uv@v8.3 .0
203203 with :
204204 python-version : ${{ matrix.python-version }}
205205
@@ -233,15 +233,15 @@ jobs:
233233 uses : actions/checkout@v7
234234
235235 - name : Set up uv package manager
236- uses : astral-sh/setup-uv@v8.2 .0
236+ uses : astral-sh/setup-uv@v8.3 .0
237237 with :
238238 python-version : " 3.14"
239239
240240 - name : Build sdist and wheel
241241 run : uv run poe build
242242
243243 - name : Verify built package
244- uses : apify/actions/python-package-check@v1.3.2
244+ uses : apify/actions/python-package-check@v1.4.0
245245 with :
246246 package_name : apify_client
247247 dist_dir : dist
0 commit comments