Skip to content

Commit b71d36c

Browse files
chore(deps): update patch/minor dependencies
1 parent c5292c8 commit b71d36c

8 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/build_archives.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
node-version-file: .nvmrc
2323

2424
- name: Install pnpm and dependencies
25-
uses: apify/workflows/pnpm-install@v0.41.1
25+
uses: apify/workflows/pnpm-install@v0.45.0
2626

2727
# TODO: Also replace links in manifest.json
2828
- name: Build template archives
2929
run: pnpm run build
3030

3131
- name: Commit the updated template archives
32-
uses: apify/actions/signed-commit@v1.1.2
32+
uses: apify/actions/signed-commit@v1.2.0
3333
with:
3434
message: 'chore: Update template archives [skip ci]'
3535
add: 'dist/* templates/*'

.github/workflows/lint_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node-version-file: .nvmrc
4444

4545
- name: Install pnpm and dependencies
46-
uses: apify/workflows/pnpm-install@v0.41.1
46+
uses: apify/workflows/pnpm-install@v0.45.0
4747

4848
- name: Lint
4949
run: pnpm run lint

.github/workflows/test_llm_ai_node_templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525

2626
- name: Install pnpm and dependencies
27-
uses: apify/workflows/pnpm-install@v0.41.1
27+
uses: apify/workflows/pnpm-install@v0.45.0
2828

2929
- name: Install apify CLI globally
3030
run: npm install -g apify-cli

.github/workflows/test_llm_ai_python_templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version-file: .nvmrc
2525

2626
- name: Install pnpm and dependencies
27-
uses: apify/workflows/pnpm-install@v0.41.1
27+
uses: apify/workflows/pnpm-install@v0.45.0
2828

2929
- name: Install apify CLI globally
3030
run: npm install -g apify-cli

.github/workflows/test_node_templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828

2929
- name: Install pnpm and dependencies
30-
uses: apify/workflows/pnpm-install@v0.41.1
30+
uses: apify/workflows/pnpm-install@v0.45.0
3131

3232
- name: Install apify CLI globally
3333
run: npm install -g apify-cli

.github/workflows/test_python_templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version-file: .nvmrc
2525

2626
- name: Install pnpm and dependencies
27-
uses: apify/workflows/pnpm-install@v0.41.1
27+
uses: apify/workflows/pnpm-install@v0.45.0
2828

2929
- name: Install apify CLI globally
3030
run: npm install -g apify-cli

.github/workflows/update-templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 24
5050

5151
- name: Install pnpm and dependencies
52-
uses: apify/workflows/pnpm-install@v0.41.1
52+
uses: apify/workflows/pnpm-install@v0.45.0
5353

5454
- name: Run update script
5555
env:
@@ -91,7 +91,7 @@ jobs:
9191
- name: Commit and push changes
9292
id: commit-and-push
9393
if: steps.stage.outputs.has-changes == 'true'
94-
uses: apify/actions/signed-commit@v1.1.2
94+
uses: apify/actions/signed-commit@v1.2.0
9595
with:
9696
message: 'chore: Update templates for base image: ${{ env.BASE_IMAGE_RAW }}'
9797
github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

templates/python-crewai/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Note: Python 3.14 is not used because crewai depends on tiktoken, which lacks
66
# pre-built wheels for Python 3.14 and requires a Rust compiler to build from source.
7-
FROM apify/actor-python:3.13
7+
FROM apify/actor-python:3.14
88

99
# Second, copy just requirements.txt into the Actor image,
1010
# since it should be the only file that affects the dependency installation in the next step,

0 commit comments

Comments
 (0)