File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
lint :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v2
32
- - uses : actions/setup-python@v2
31
+ - uses : actions/checkout@v4
32
+ - uses : actions/setup-python@v5
33
33
with :
34
34
python-version : 3.9
35
35
- name : get pip cache dir
36
36
id : pip-cache
37
37
run : echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
38
38
- name : cache pip
39
- uses : actions/cache@v2
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : ${{ steps.pip-cache.outputs.dir }}
42
42
key : pip|lint
@@ -124,10 +124,10 @@ jobs:
124
124
- {django: '5.1.*', python: '3.13', os: 'ubuntu-latest'}
125
125
126
126
steps :
127
- - uses : actions/checkout@v2
127
+ - uses : actions/checkout@v4
128
128
- name : Setup Python v. >2.7
129
129
if : ${{ matrix.python != '2.7' }}
130
- uses : actions/setup-python@v2
130
+ uses : actions/setup-python@v5
131
131
with :
132
132
python-version : ${{ matrix.python }}
133
133
- name : Setup Python v2.7
@@ -146,7 +146,7 @@ jobs:
146
146
id : pip-cache
147
147
run : echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
148
148
- name : cache pip
149
- uses : actions/cache@v2
149
+ uses : actions/cache@v4
150
150
with :
151
151
path : ${{ steps.pip-cache.outputs.dir }}
152
152
key : pip|${{ matrix.python }}|${{ matrix.django }}
You can’t perform that action at this time.
0 commit comments