File tree Expand file tree Collapse file tree 9 files changed +37
-28
lines changed Expand file tree Collapse file tree 9 files changed +37
-28
lines changed Original file line number Diff line number Diff line change 18
18
ref : " ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '' }}"
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.8"
24
24
Original file line number Diff line number Diff line change 23
23
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
24
24
25
25
- name : Set up Node.js
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@v4
27
27
with :
28
28
node-version : 18
29
29
cache : npm
46
46
git push
47
47
48
48
- name : Set up Python
49
- uses : actions/setup-python@v4
49
+ uses : actions/setup-python@v5
50
50
with :
51
51
python-version : 3.8
52
52
@@ -61,15 +61,15 @@ jobs:
61
61
working-directory : ./website
62
62
63
63
- name : Set up GitHub Pages
64
- uses : actions/configure-pages@v3
64
+ uses : actions/configure-pages@v5
65
65
66
66
- name : Upload GitHub Pages artifact
67
- uses : actions/upload-pages-artifact@v2
67
+ uses : actions/upload-pages-artifact@v3
68
68
with :
69
69
path : ./website/build
70
70
71
71
- name : Deploy artifact to GitHub Pages
72
- uses : actions/deploy-pages@v2
72
+ uses : actions/deploy-pages@v4
73
73
74
74
- name : Invalidate CloudFront cache
75
75
run : gh workflow run invalidate.yaml --repo apify/apify-docs-private
Original file line number Diff line number Diff line change 30
30
ref : " ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '' }}"
31
31
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
Original file line number Diff line number Diff line change 20
20
ref : " ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '' }}"
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
Original file line number Diff line number Diff line change 64
64
uses : actions/checkout@v4
65
65
66
66
- name : Set up Python
67
- uses : actions/setup-python@v4
67
+ uses : actions/setup-python@v5
68
68
with :
69
69
python-version : 3.8
70
70
Original file line number Diff line number Diff line change 21
21
ref : " ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '' }}"
22
22
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DIRS_WITH_CODE = src tests scripts
6
6
INTEGRATION_TESTS_CONCURRENCY = 1
7
7
8
8
clean :
9
- rm -rf build dist .mypy_cache .pytest_cache src/* .egg-info __pycache__
9
+ rm -rf build dist .mypy_cache .pytest_cache .ruff_cache src/* .egg-info __pycache__
10
10
11
11
install-dev :
12
12
python3 -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -42,23 +42,23 @@ dependencies = [
42
42
43
43
[project .optional-dependencies ]
44
44
dev = [
45
- " build ~= 1.0.3 " ,
46
- " filelock ~= 3.12.4 " ,
47
- " mypy ~= 1.7.1 " ,
48
- " pre-commit ~= 3.4 .0" ,
49
- " pydoc-markdown ~= 4.8.2 " ,
50
- " pytest ~= 7.4.2 " ,
51
- " pytest-asyncio ~= 0.21 .0" ,
52
- " pytest-cov ~= 4.1 .0" ,
53
- " pytest-only ~= 2.0 .0" ,
54
- " pytest-timeout ~= 2.2 .0" ,
55
- " pytest-xdist ~= 3.3.1 " ,
56
- " respx ~= 0.20.1 " ,
57
- " ruff ~= 0.1.13 " ,
58
- " twine ~= 4.0.2 " ,
59
- " types-aiofiles ~= 23.2.0.0 " ,
60
- " types-colorama ~= 0.4.15.12 " ,
61
- " types-psutil ~= 5.9.5.17 " ,
45
+ " build ~= 1.2.0 " ,
46
+ " filelock ~= 3.14.0 " ,
47
+ " mypy ~= 1.10.0 " ,
48
+ " pre-commit ~= 3.5 .0" ,
49
+ " pydoc-markdown ~= 4.8.0 " ,
50
+ " pytest ~= 8.2.0 " ,
51
+ " pytest-asyncio ~= 0.23 .0" ,
52
+ " pytest-cov ~= 5.0 .0" ,
53
+ " pytest-only ~= 2.1 .0" ,
54
+ " pytest-timeout ~= 2.3 .0" ,
55
+ " pytest-xdist ~= 3.6.0 " ,
56
+ " respx ~= 0.21.0 " ,
57
+ " ruff ~= 0.4.0 " ,
58
+ " twine ~= 5.1.0 " ,
59
+ " types-aiofiles ~= 23.2.0.20240403 " ,
60
+ " types-colorama ~= 0.4.15.20240311 " ,
61
+ " types-psutil ~= 5.9.5.20240516 " ,
62
62
]
63
63
scrapy = [
64
64
" scrapy >= 2.11.0" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:recommended"
5
+ ],
6
+ "ignorePaths" : [
7
+ " website/**"
8
+ ]
9
+ }
You can’t perform that action at this time.
0 commit comments