File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 python-version : ' 3.13'
5454
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757
5858 - name : Set up Python ${{ matrix.python-version }}
5959 uses : actions/setup-python@v6
@@ -111,7 +111,7 @@ jobs:
111111 - ' mypy'
112112
113113 steps :
114- - uses : actions/checkout@v5
114+ - uses : actions/checkout@v6
115115
116116 - name : Set up Python
117117 uses : actions/setup-python@v6
@@ -150,7 +150,7 @@ jobs:
150150 runs-on : ubuntu-latest
151151
152152 steps :
153- - uses : actions/checkout@v5
153+ - uses : actions/checkout@v6
154154 with :
155155 fetch-depth : 0
156156
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments