File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 check :
1111 name : Run Linter
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - uses : actions/checkout@v3
1515
Original file line number Diff line number Diff line change 99jobs :
1010 check :
1111 name : Test Action
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - uses : actions/checkout@v3
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v4
1818 with :
19- python-version : 3.10 .0
19+ python-version : 3.14 .0
2020
2121 - name : Test the action
2222 shell : bash
Original file line number Diff line number Diff line change 99jobs :
1010 check :
1111 name : Run Unit Tests
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - uses : actions/checkout@v3
1515 - name : Set up Python
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : 3.10 .0
18+ python-version : 3.14 .0
1919 - name : Install dependencies
2020 run : |
2121 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments