diff --git a/.github/workflows/build_archives.yaml b/.github/workflows/build_archives.yaml index cbf019c92..f06314983 100644 --- a/.github/workflows/build_archives.yaml +++ b/.github/workflows/build_archives.yaml @@ -22,7 +22,7 @@ jobs: node-version-file: .nvmrc - name: Install pnpm and dependencies - uses: apify/workflows/pnpm-install@v0.46.0 + uses: apify/actions/pnpm-install@v1.5.0 # TODO: Also replace links in manifest.json - name: Build template archives diff --git a/.github/workflows/lint_and_test.yaml b/.github/workflows/lint_and_test.yaml index 940ef11e3..19745862f 100644 --- a/.github/workflows/lint_and_test.yaml +++ b/.github/workflows/lint_and_test.yaml @@ -43,7 +43,7 @@ jobs: node-version-file: .nvmrc - name: Install pnpm and dependencies - uses: apify/workflows/pnpm-install@v0.46.0 + uses: apify/actions/pnpm-install@v1.5.0 - name: Lint run: pnpm run lint diff --git a/.github/workflows/test_llm_ai_node_templates.yaml b/.github/workflows/test_llm_ai_node_templates.yaml index 0be71c5ad..7fb190674 100644 --- a/.github/workflows/test_llm_ai_node_templates.yaml +++ b/.github/workflows/test_llm_ai_node_templates.yaml @@ -37,7 +37,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm and dependencies - uses: apify/workflows/pnpm-install@v0.46.0 + uses: apify/actions/pnpm-install@v1.5.0 - name: Test LLM AI Node.js templates run: pnpm run test-llm-ai-node-templates diff --git a/.github/workflows/test_llm_ai_python_templates.yaml b/.github/workflows/test_llm_ai_python_templates.yaml index e9291ffd6..2ae9c8fb1 100644 --- a/.github/workflows/test_llm_ai_python_templates.yaml +++ b/.github/workflows/test_llm_ai_python_templates.yaml @@ -32,7 +32,7 @@ jobs: node-version-file: .nvmrc - name: Install pnpm and dependencies - uses: apify/workflows/pnpm-install@v0.46.0 + uses: apify/actions/pnpm-install@v1.5.0 - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 diff --git a/.github/workflows/test_node_templates.yaml b/.github/workflows/test_node_templates.yaml index 78948dbd1..b62001a0e 100644 --- a/.github/workflows/test_node_templates.yaml +++ b/.github/workflows/test_node_templates.yaml @@ -45,7 +45,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm and dependencies - uses: apify/workflows/pnpm-install@v0.46.0 + uses: apify/actions/pnpm-install@v1.5.0 # --with-deps on Linux installs the apt libraries Chromium needs. On Windows it # installs the Media Foundation feature instead, which cost 3m16s of this step's diff --git a/.github/workflows/test_python_templates.yaml b/.github/workflows/test_python_templates.yaml index 63a6f650f..3e07a4837 100644 --- a/.github/workflows/test_python_templates.yaml +++ b/.github/workflows/test_python_templates.yaml @@ -34,7 +34,7 @@ jobs: node-version-file: .nvmrc - name: Install pnpm and dependencies - uses: apify/workflows/pnpm-install@v0.46.0 + uses: apify/actions/pnpm-install@v1.5.0 # --with-deps on Linux installs the apt libraries Chromium needs. On Windows it # installs the Media Foundation feature instead, which cost 3m16s of this step's diff --git a/.github/workflows/update-templates.yml b/.github/workflows/update-templates.yml index 0465d9e57..ed451d855 100644 --- a/.github/workflows/update-templates.yml +++ b/.github/workflows/update-templates.yml @@ -52,7 +52,7 @@ jobs: node-version: 24 - name: Install pnpm and dependencies - uses: apify/workflows/pnpm-install@v0.46.0 + uses: apify/actions/pnpm-install@v1.5.0 - name: Run update script env: