File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
200200 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
201201 - name : initialize vcpkg
202- uses : actions/checkout@v4
202+ uses : actions/checkout@v5
203203 with :
204204 repository : ' microsoft/vcpkg'
205205 path : ' compat/vcbuild/vcpkg'
@@ -229,7 +229,7 @@ jobs:
229229 - uses : actions/setup-python@v6
230230 with :
231231 python-version : ' 3.x'
232- - uses : actions/checkout@v4
232+ - uses : actions/checkout@v5
233233 with :
234234 submodules : true
235235
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Build the site in the jekyll/builder container
1717 run : |
1818 docker run \
You can’t perform that action at this time.
0 commit comments