File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- python-version : ["3.8 "]
15
+ python-version : ["3.9 "]
16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
if : ${{ !env.ACT }} # skip during local actions testing
21
21
with :
22
22
fetch-depth : 0
23
23
24
24
- name : Setup Python
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
cache : pip
51
51
run : pylint -E yascheduler
52
52
53
53
- name : pyupgrade
54
- run : pyupgrade --py38 -plus --keep-percent-format
54
+ run : pyupgrade --py39 -plus --keep-percent-format
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
if : ${{ !env.ACT }} # skip during local actions testing
21
21
22
22
- name : Setup Python
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
- python-version : 3.11
25
+ python-version : 3.13
26
26
cache : pip
27
27
cache-dependency-path : pyproject.toml
28
28
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
if : ${{ !env.ACT }} # skip during local actions testing
23
23
with :
24
24
fetch-depth : 0
25
25
26
26
- name : Setup Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
- python-version : 3.11
29
+ python-version : 3.13
30
30
cache : pip
31
31
cache-dependency-path : pyproject.toml
32
32
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
if : ${{ !env.ACT }} # skip during local actions testing
21
21
with :
22
22
fetch-depth : 0
23
23
24
24
- name : Setup Python
25
- uses : actions/setup-python@v4
25
+ uses : actions/setup-python@v5
26
26
with :
27
- python-version : 3.11
27
+ python-version : 3.13
28
28
cache : pip
29
29
cache-dependency-path : pyproject.toml
30
30
You can’t perform that action at this time.
0 commit comments