4040 os : windows-latest
4141 compiler : mingw
4242 steps :
43- - name : Checkout code
43+ - name : Checkout repository
4444 uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 5
8383 steps :
8484 - name : Set git to use LF
8585 run : git config --global core.autocrlf input
86- - name : Checkout code
86+ - name : Checkout repository
8787 uses : actions/checkout@v5
8888 with :
8989 fetch-depth : 5
@@ -123,13 +123,14 @@ jobs:
123123 timeout-minutes : 5
124124 runs-on : ubuntu-latest
125125 steps :
126- - uses : actions/checkout@v5
126+ - name : Checkout repository
127+ uses : actions/checkout@v5
127128 with :
128129 fetch-depth : 5
129130 - name : Setup python environment
130131 uses : actions/setup-python@v5
131132 with :
132- python-version : 3.8
133+ python-version : 3.13
133134 - name : Install python packages
134135 run : |
135136 pip install --disable-pip-version-check --user pytidylib
@@ -158,7 +159,8 @@ jobs:
158159 timeout-minutes : 5
159160 runs-on : ubuntu-latest
160161 steps :
161- - uses : actions/checkout@v5
162+ - name : Checkout repository
163+ uses : actions/checkout@v5
162164 with :
163165 fetch-depth : 5
164166 - name : Get moparser
@@ -177,13 +179,14 @@ jobs:
177179 timeout-minutes : 5
178180 runs-on : ubuntu-latest
179181 steps :
180- - uses : actions/checkout@v5
182+ - name : Checkout repository
183+ uses : actions/checkout@v5
181184 with :
182185 fetch-depth : 5
183186 - name : Setup python environment
184187 uses : actions/setup-python@v5
185188 with :
186- python-version : 3.8
189+ python-version : 3.13
187190 - name : Check deprecated Text.lineColor annotation
188191 run : |
189192 echo "::add-matcher::./.github/check_deprecated_line_color.json"
0 commit comments