File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
- name : Set up Python ${{ matrix.python-version }}
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
44
allow-prereleases : true
@@ -108,7 +108,7 @@ jobs:
108
108
steps :
109
109
- uses : actions/checkout@v4
110
110
- name : Set up Python
111
- uses : actions/setup-python@v4
111
+ uses : actions/setup-python@v5
112
112
with :
113
113
python-version : 3.x
114
114
- name : Install Aspell
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
- name : Install dependencies
40
40
runs-on : ubuntu-latest
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
44
- - uses : actions/setup-python@v4
43
+ - uses : actions/checkout@v4
44
+ - uses : actions/setup-python@v5
45
45
with :
46
46
python-version : 3.11
47
47
- name : Package
You can’t perform that action at this time.
0 commit comments