File tree 7 files changed +21
-21
lines changed
7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 28
28
- name : Checkout
29
29
uses : actions/checkout@v4
30
30
- name : Set up Python
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ' 3.12'
34
34
cache : ' pip'
46
46
- name : Checkout
47
47
uses : actions/checkout@v4
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.12'
52
52
- run : python -m pip install blacken-docs
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
- name : Checkout
26
26
uses : actions/checkout@v4
27
27
- name : Set up Python
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ' 3.12'
31
31
- run : python -m pip install flake8
32
32
- name : flake8
33
- # Pinned to v2 .0.0.
34
- uses : liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
33
+ # Pinned to v3 .0.0.
34
+ uses : liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb
35
35
with :
36
36
linters : flake8
37
37
run : flake8
@@ -42,13 +42,13 @@ jobs:
42
42
- name : Checkout
43
43
uses : actions/checkout@v4
44
44
- name : Set up Python
45
- uses : actions/setup-python@v4
45
+ uses : actions/setup-python@v5
46
46
with :
47
47
python-version : ' 3.12'
48
48
- run : python -m pip install isort
49
49
- name : isort
50
- # Pinned to v2 .0.0.
51
- uses : liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
50
+ # Pinned to v3 .0.0.
51
+ uses : liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb
52
52
with :
53
53
linters : isort
54
54
run : isort --check --diff django tests scripts
Original file line number Diff line number Diff line change 26
26
- name : Checkout
27
27
uses : actions/checkout@v4
28
28
- name : Set up Python
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
cache : ' pip'
45
45
- name : Checkout
46
46
uses : actions/checkout@v4
47
47
- name : Set up Python
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : pypy-3.10-nightly
51
51
cache : ' pip'
80
80
- name : Checkout
81
81
uses : actions/checkout@v4
82
82
- name : Set up Python
83
- uses : actions/setup-python@v4
83
+ uses : actions/setup-python@v5
84
84
with :
85
85
python-version : pypy-3.10-nightly
86
86
cache : ' pip'
@@ -102,7 +102,7 @@ jobs:
102
102
- name : Checkout
103
103
uses : actions/checkout@v4
104
104
- name : Set up Node.js
105
- uses : actions/setup-node@v3
105
+ uses : actions/setup-node@v4
106
106
with :
107
107
node-version : ' 20'
108
108
cache : ' npm'
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Checkout
118
118
uses : actions/checkout@v4
119
119
- name : Set up Python
120
- uses : actions/setup-python@v4
120
+ uses : actions/setup-python@v5
121
121
with :
122
122
python-version : ' 3.12'
123
123
cache : ' pip'
@@ -153,7 +153,7 @@ jobs:
153
153
- name : Checkout
154
154
uses : actions/checkout@v4
155
155
- name : Set up Python
156
- uses : actions/setup-python@v4
156
+ uses : actions/setup-python@v5
157
157
with :
158
158
python-version : ' 3.12'
159
159
cache : ' pip'
Original file line number Diff line number Diff line change 21
21
branch :
22
22
- main
23
23
steps :
24
- - uses : actions/github-script@v6
24
+ - uses : actions/github-script@v7
25
25
with :
26
26
github-token : ${{secrets.SCHEDULE_WORKFLOW_TOKEN}}
27
27
script : |
Original file line number Diff line number Diff line change 22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
24
- name : Set up Python
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.11'
28
28
cache : ' pip'
40
40
echo "Generated screenshots for ${{ github.event.pull_request.head.sha }} at $(date)" >> $GITHUB_STEP_SUMMARY
41
41
42
42
- name : Upload screenshots
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : screenshots-${{ github.event.pull_request.head.sha }}
46
46
path : tests/screenshots/
Original file line number Diff line number Diff line change 22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
24
- name : Set up Python
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.12'
28
28
cache : ' pip'
59
59
- name : Checkout
60
60
uses : actions/checkout@v4
61
61
- name : Set up Python
62
- uses : actions/setup-python@v4
62
+ uses : actions/setup-python@v5
63
63
with :
64
64
python-version : ' 3.12'
65
65
cache : ' pip'
Original file line number Diff line number Diff line change 29
29
- name : Checkout
30
30
uses : actions/checkout@v4
31
31
- name : Set up Python
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
cache : ' pip'
47
47
- name : Checkout
48
48
uses : actions/checkout@v4
49
49
- name : Set up Node.js
50
- uses : actions/setup-node@v3
50
+ uses : actions/setup-node@v4
51
51
with :
52
52
node-version : ' 20'
53
53
cache : ' npm'
You can’t perform that action at this time.
0 commit comments