File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 shell : C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Set up Cygwin
2323 uses : cygwin/cygwin-install-action@v6
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ jobs:
250250 runs-on : ubuntu-latest
251251 steps :
252252 - name : Check out repo
253- uses : actions/checkout@v4
253+ uses : actions/checkout@v5
254254 - name : auto-merge
255255 if : |
256256 github.actor == 'dependabot[bot]' &&
Original file line number Diff line number Diff line change 1515 env :
1616 BUILD_PATH : build_space
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : set up python
2121 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -29,18 +29,18 @@ jobs:
2929 uname -a
3030
3131 - name : Check out ApprovalTests.cpp
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 path : ApprovalTests/ApprovalTests.cpp
3535
3636 - name : Check out ApprovalTests.cpp.StarterProject
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 repository : approvals/ApprovalTests.cpp.StarterProject
4040 path : ApprovalTests/ApprovalTests.cpp.StarterProject
4141
4242 - name : Check out claremacrae fork of conan-center-index
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 repository : claremacrae/conan-center-index
4646 path : conan/conan-center-index-claremacrae
5151 git remote add upstream https://github.com/conan-io/conan-center-index.git
5252
5353 - name : Check out llewellyn's fork of vcpkg
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 repository : isidore/vcpkg
5757 path : ApprovalTests/vcpkg
You can’t perform that action at this time.
0 commit comments