Skip to content

Commit 5eff55c

Browse files
chore(deps): update apify/actions action to v1.5.0
1 parent b0774fd commit 5eff55c

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
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.4.1
56+
uses: apify/actions/pnpm-install@v1.5.0
5757
with:
5858
working-directory: impit-node
5959

.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.4.1
51+
uses: apify/actions/pnpm-install@v1.5.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.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

.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.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

.github/workflows/python-release.yaml

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

0 commit comments

Comments
 (0)