From 0f8572c3e753ff7d186f0b81e54e3b2ada14fc73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:51:29 +0000 Subject: [PATCH] chore(deps): update apify/actions action to v1.3.2 --- .github/workflows/docs.yaml | 2 +- .github/workflows/node-release.yaml | 6 +++--- .github/workflows/node-test.yaml | 8 ++++---- .github/workflows/python-release.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 788e0507..48d5ea91 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -53,7 +53,7 @@ jobs: node-version: 24 - name: Install pnpm and dependencies - uses: apify/actions/pnpm-install@v1.3.0 + uses: apify/actions/pnpm-install@v1.3.2 with: working-directory: impit-node diff --git a/.github/workflows/node-release.yaml b/.github/workflows/node-release.yaml index f4c78137..52eeabee 100644 --- a/.github/workflows/node-release.yaml +++ b/.github/workflows/node-release.yaml @@ -48,7 +48,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install pnpm and dependencies - uses: apify/actions/pnpm-install@v1.3.0 + uses: apify/actions/pnpm-install@v1.3.2 with: working-directory: impit-node @@ -87,7 +87,7 @@ jobs: - name: Commit changes id: commit - uses: apify/actions/signed-commit@v1.3.0 + uses: apify/actions/signed-commit@v1.3.2 with: message: "chore(js-release): Update package version [skip ci]" pull: '--rebase --autostash' @@ -128,7 +128,7 @@ jobs: - name: Commit new changelog id: commit_changelog - uses: apify/actions/signed-commit@v1.3.0 + uses: apify/actions/signed-commit@v1.3.2 with: message: "docs: update changelog [skip ci]" add: impit-node/CHANGELOG.md diff --git a/.github/workflows/node-test.yaml b/.github/workflows/node-test.yaml index 879861cf..2237d45c 100644 --- a/.github/workflows/node-test.yaml +++ b/.github/workflows/node-test.yaml @@ -96,7 +96,7 @@ jobs: - name: Install pnpm and dependencies if: ${{ !matrix.settings.docker }} - uses: apify/actions/pnpm-install@v1.3.0 + uses: apify/actions/pnpm-install@v1.3.2 with: working-directory: impit-node @@ -186,7 +186,7 @@ jobs: architecture: x64 - name: Install pnpm and dependencies - uses: apify/actions/pnpm-install@v1.3.0 + uses: apify/actions/pnpm-install@v1.3.2 with: working-directory: impit-node @@ -223,7 +223,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm and dependencies - uses: apify/actions/pnpm-install@v1.3.0 + uses: apify/actions/pnpm-install@v1.3.2 with: working-directory: impit-node @@ -258,7 +258,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm and dependencies - uses: apify/actions/pnpm-install@v1.3.0 + uses: apify/actions/pnpm-install@v1.3.2 with: working-directory: impit-node diff --git a/.github/workflows/python-release.yaml b/.github/workflows/python-release.yaml index 0cc7b0c4..a7864f12 100644 --- a/.github/workflows/python-release.yaml +++ b/.github/workflows/python-release.yaml @@ -58,7 +58,7 @@ jobs: - name: Commit new version id: commit_version - uses: apify/actions/signed-commit@v1.3.0 + uses: apify/actions/signed-commit@v1.3.2 with: message: "chore(py-release): bump `pyproject.toml` version [skip ci]" add: impit-python/pyproject.toml @@ -136,7 +136,7 @@ jobs: - name: Commit new changelog id: commit_changelog - uses: apify/actions/signed-commit@v1.3.0 + uses: apify/actions/signed-commit@v1.3.2 with: message: "docs: update changelog [skip ci]" add: impit-python/CHANGELOG.md