Skip to content

Commit e951031

Browse files
chore(deps): update patch/minor dependencies
1 parent 3e0cf4e commit e951031

14 files changed

Lines changed: 16 additions & 16 deletions

File tree

.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.46.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.4.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.46.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
@@ -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.46.0
3131

3232
- name: Install apify CLI globally
3333
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.46.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
@@ -33,7 +33,7 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434

3535
- name: Install pnpm and dependencies
36-
uses: apify/workflows/pnpm-install@v0.41.1
36+
uses: apify/workflows/pnpm-install@v0.46.0
3737

3838
- name: Install apify CLI globally
3939
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.46.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
@@ -52,7 +52,7 @@ jobs:
5252
node-version: 24
5353

5454
- name: Install pnpm and dependencies
55-
uses: apify/workflows/pnpm-install@v0.41.1
55+
uses: apify/workflows/pnpm-install@v0.46.0
5656

5757
- name: Run update script
5858
env:
@@ -94,7 +94,7 @@ jobs:
9494
- name: Commit and push changes
9595
id: commit-and-push
9696
if: steps.stage.outputs.has-changes == 'true'
97-
uses: apify/actions/signed-commit@v1.1.2
97+
uses: apify/actions/signed-commit@v1.4.0
9898
with:
9999
message: 'chore: Update templates for base image: ${{ env.BASE_IMAGE_RAW }}'
100100
github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"jest": "^30.0.0",
4949
"json5": "^2.2.3",
5050
"mustache": "^4.2.0",
51-
"playwright": "1.60.0",
51+
"playwright": "1.61.1",
5252
"prettier": "^3.9.1",
5353
"puppeteer": "24.43.1",
5454
"semver": "^7.7.2",

templates/js-crawlee-playwright-camoufox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"apify": "^3.7.0",
1111
"camoufox-js": "^0.9.0",
1212
"@crawlee/playwright": "^3.15.3",
13-
"playwright": "1.60.0"
13+
"playwright": "1.61.1"
1414
},
1515
"devDependencies": {
1616
"@apify/eslint-config": "^2.0.0",

templates/js-crawlee-playwright-chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"apify": "^3.7.0",
88
"@crawlee/playwright": "^3.15.3",
9-
"playwright": "1.60.0"
9+
"playwright": "1.61.1"
1010
},
1111
"devDependencies": {
1212
"@apify/eslint-config": "^2.0.0",

0 commit comments

Comments
 (0)