File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout Code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 - name : Setup
3636 run : sudo apt-get install build-essential libtool-bin
9090
9191 steps :
9292 - name : Checkout Code
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v5
9494
9595 - name : Configure (${{ matrix.configuration }})
9696 run : |
@@ -137,7 +137,7 @@ jobs:
137137 run : git config --global core.autocrlf input
138138
139139 - name : Checkout Code
140- uses : actions/checkout@v4
140+ uses : actions/checkout@v5
141141
142142 - name : Setup cygwin
143143 uses : cygwin/cygwin-install-action@master
@@ -172,7 +172,7 @@ jobs:
172172
173173 steps :
174174 - name : Checkout Code
175- uses : actions/checkout@v4
175+ uses : actions/checkout@v5
176176
177177 - name : Make
178178 shell : cmd
You can’t perform that action at this time.
0 commit comments