File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Cache
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ~/.cache/pip
25
25
key : deploy-${{ hashFiles('**/pyproject.toml') }}
26
26
restore-keys : |
27
27
deploy-
28
28
29
29
- name : Set up Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : " 3.x"
33
33
Original file line number Diff line number Diff line change 14
14
os : [ubuntu-latest, windows-latest]
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python }}
22
22
allow-prereleases : true
28
28
pre-commit :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v3
32
- - uses : actions/setup-python@v4
31
+ - uses : actions/checkout@v4
32
+ - uses : actions/setup-python@v5
33
33
with :
34
34
python-version : 3.x
35
- -
uses :
pre-commit/[email protected] .0
35
+ -
uses :
pre-commit/[email protected] .1
You can’t perform that action at this time.
0 commit comments