File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 5
2121 - name : Configure
7373 compiler : mingw
7474 steps :
7575 - name : Checkout code
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7777 with :
7878 fetch-depth : 5
7979 - name : Configure
@@ -112,7 +112,7 @@ jobs:
112112 - name : Set git to use LF
113113 run : git config --global core.autocrlf input
114114 - name : Checkout code
115- uses : actions/checkout@v5
115+ uses : actions/checkout@v6
116116 with :
117117 fetch-depth : 5
118118 - name : Setup cygwin
@@ -152,7 +152,7 @@ jobs:
152152 runs-on : ubuntu-latest
153153 steps :
154154 - name : Checkout code
155- uses : actions/checkout@v5
155+ uses : actions/checkout@v6
156156 with :
157157 fetch-depth : 5
158158 - name : Setup python environment
@@ -188,7 +188,7 @@ jobs:
188188 runs-on : ubuntu-latest
189189 steps :
190190 - name : Checkout code
191- uses : actions/checkout@v5
191+ uses : actions/checkout@v6
192192 with :
193193 fetch-depth : 5
194194 - name : Get moparser
@@ -208,7 +208,7 @@ jobs:
208208 runs-on : ubuntu-latest
209209 steps :
210210 - name : Checkout code
211- uses : actions/checkout@v5
211+ uses : actions/checkout@v6
212212 with :
213213 fetch-depth : 5
214214 - name : Setup python environment
Original file line number Diff line number Diff line change 1111 if : github.repository_owner == 'modelica'
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 5
1717 - name : Setup python environment
2828 if : github.repository_owner == 'modelica'
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 5
3434 - name : Setup python environment
Original file line number Diff line number Diff line change 2222 timeout-minutes : 5
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 5
2828 - name : Setup python environment
You can’t perform that action at this time.
0 commit comments