File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 CI : true
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1818 python-version : [3.9, 3.13]
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
4444 os : [windows-latest, ubuntu-latest]
4545 python-version : [3.9, 3.13]
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848
4949 - name : Set up Python
5050 uses : actions/setup-python@v5
5959 go-version : ' 1.24'
6060
6161 - name : Setup java
62- uses : actions/setup-java@v4
62+ uses : actions/setup-java@v5
6363 with :
6464 distribution : ' temurin'
6565 java-version : ' 21'
@@ -100,7 +100,7 @@ jobs:
100100 os : [windows-latest, ubuntu-latest]
101101 python-version : [3.9, 3.13]
102102 steps :
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v5
104104
105105 - name : Set up Python
106106 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments