File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
22
22
steps :
23
23
- name : Checkout repo
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Set up python
27
- uses : actions/setup-python@v2
27
+ uses : actions/setup-python@v4
28
28
with :
29
- python-version : " 3.9 "
29
+ python-version : " 3.11 "
30
30
31
31
- name : Set version
32
32
# A specific version was set in the action trigger.
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
# steps to run in each job. Some are github actions, others run shell commands
26
26
steps :
27
27
- name : Checkout repo
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
30
30
- name : Set up python
31
- uses : actions/setup-python@v2
31
+ uses : actions/setup-python@v4
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
architecture : ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments