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@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 5
2121 - name : Configure
7373 compiler : mingw
7474 steps :
7575 - name : Checkout code
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777 with :
7878 fetch-depth : 5
7979 - name : Configure
@@ -105,7 +105,7 @@ jobs:
105105 - name : Set git to use LF
106106 run : git config --global core.autocrlf input
107107 - name : Checkout code
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v5
109109 with :
110110 fetch-depth : 5
111111 - name : Setup cygwin
@@ -140,7 +140,7 @@ jobs:
140140 runs-on : ubuntu-latest
141141 steps :
142142 - name : Checkout code
143- uses : actions/checkout@v4
143+ uses : actions/checkout@v5
144144 with :
145145 fetch-depth : 5
146146 - name : Setup python environment
@@ -176,7 +176,7 @@ jobs:
176176 runs-on : ubuntu-latest
177177 steps :
178178 - name : Checkout code
179- uses : actions/checkout@v4
179+ uses : actions/checkout@v5
180180 with :
181181 fetch-depth : 5
182182 - name : Get moparser
@@ -196,7 +196,7 @@ jobs:
196196 runs-on : ubuntu-latest
197197 steps :
198198 - name : Checkout code
199- uses : actions/checkout@v4
199+ uses : actions/checkout@v5
200200 with :
201201 fetch-depth : 5
202202 - 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@v4
14+ - uses : actions/checkout@v5
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@v4
31+ - uses : actions/checkout@v5
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@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 5
2828 - name : Setup python environment
You can’t perform that action at this time.
0 commit comments