Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: 24

- name: Install pnpm and dependencies
uses: apify/actions/pnpm-install@v1.1.2
uses: apify/actions/pnpm-install@v1.2.0
with:
working-directory: impit-node

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm and dependencies
uses: apify/actions/pnpm-install@v1.1.2
uses: apify/actions/pnpm-install@v1.2.0
with:
working-directory: impit-node

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Commit changes
id: commit
uses: apify/actions/signed-commit@v1.1.2
uses: apify/actions/signed-commit@v1.2.0
with:
message: "chore(js-release): Update package version [skip ci]"
pull: '--rebase --autostash'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Commit new changelog
id: commit_changelog
uses: apify/actions/signed-commit@v1.1.2
uses: apify/actions/signed-commit@v1.2.0
with:
message: "docs: update changelog [skip ci]"
add: impit-node/CHANGELOG.md
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Install pnpm and dependencies
if: ${{ !matrix.settings.docker }}
uses: apify/actions/pnpm-install@v1.1.2
uses: apify/actions/pnpm-install@v1.2.0
with:
working-directory: impit-node

Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
architecture: x64

- name: Install pnpm and dependencies
uses: apify/actions/pnpm-install@v1.1.2
uses: apify/actions/pnpm-install@v1.2.0
with:
working-directory: impit-node

Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install pnpm and dependencies
uses: apify/actions/pnpm-install@v1.1.2
uses: apify/actions/pnpm-install@v1.2.0
with:
working-directory: impit-node

Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install pnpm and dependencies
uses: apify/actions/pnpm-install@v1.1.2
uses: apify/actions/pnpm-install@v1.2.0
with:
working-directory: impit-node

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Commit new version
id: commit_version
uses: apify/actions/signed-commit@v1.1.2
uses: apify/actions/signed-commit@v1.2.0
with:
message: "chore(py-release): bump `pyproject.toml` version [skip ci]"
add: impit-python/pyproject.toml
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Commit new changelog
id: commit_changelog
uses: apify/actions/signed-commit@v1.1.2
uses: apify/actions/signed-commit@v1.2.0
with:
message: "docs: update changelog [skip ci]"
add: impit-python/CHANGELOG.md
Expand Down
Loading