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/build_archives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_llm_ai_node_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_llm_ai_python_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_node_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading