Skip to content

Commit 97b59e0

Browse files
authored
Merge branch '1236-guided-apify-create-wizard-use-case-language-best-match-template' into 1238-apify-create-machine-readable-json-origin
2 parents 5af6346 + cb88291 commit 97b59e0

3 files changed

Lines changed: 105 additions & 92 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Set up Python (Windows)
9999
if: ${{ matrix.os == 'windows-2025' }}
100-
uses: actions/setup-python@v6
100+
uses: actions/setup-python@v7
101101
with:
102102
python-version: 3.14
103103

@@ -164,7 +164,7 @@ jobs:
164164
uses: apify/actions/pnpm-install@v1.3.1
165165

166166
- name: Set up Python ${{ matrix.python-version }}
167-
uses: actions/setup-python@v6
167+
uses: actions/setup-python@v7
168168
with:
169169
python-version: ${{ matrix.python-version }}
170170

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"node": ">=20"
6767
},
6868
"dependencies": {
69-
"@apify/actor-memory-expression": "^0.1.12",
69+
"@apify/actor-memory-expression": "^0.2.0",
7070
"@apify/actor-templates": "^0.1.5",
7171
"@apify/consts": "^2.53.0",
7272
"@apify/input_schema": "^3.27.1",
@@ -140,7 +140,7 @@
140140
"husky": "^9.1.7",
141141
"lint-staged": "^17.0.0",
142142
"mock-stdin": "^1.0.0",
143-
"oxfmt": "0.56.0",
143+
"oxfmt": "0.61.0",
144144
"oxlint": "1.71.0",
145145
"oxlint-tsgolint": "0.22.1",
146146
"tsdown": "^0.22.0",

0 commit comments

Comments
 (0)