File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout code
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
with :
12
12
persist-credentials : false
13
13
- name : Setup python 3.12
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.12'
17
17
cache : ' pip'
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
- 8080:8080
34
34
steps :
35
35
- name : Checkout code
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
persist-credentials : false
39
39
- name : Setup python ${{ matrix.python }}
40
- uses : actions/setup-python@v4
40
+ uses : actions/setup-python@v5
41
41
with :
42
42
python-version : ${{ matrix.python }}
43
43
cache : ' pip'
You can’t perform that action at this time.
0 commit comments