Skip to content

Commit b1112de

Browse files
chore(deps): update patch/minor dependencies
1 parent 0c1c6d4 commit b1112de

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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

@@ -79,7 +79,7 @@ jobs:
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

.github/workflows/node-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/node-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
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

.github/workflows/python-code-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

@@ -58,7 +58,7 @@ jobs:
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

.github/workflows/python-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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

.github/workflows/python-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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:
@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)