File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout ${{ github.ref_name }}
48- uses : actions/checkout@v3
48+ uses : actions/checkout@v4
4949 - run : git submodule update --init --recursive
5050 - name : set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
5151 shell : bash
Original file line number Diff line number Diff line change 2727 }
2828
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : configure
3232 shell : cmake -P {0}
3333 run : |
Original file line number Diff line number Diff line change 4949 }
5050
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 # use msvc-dev-cmd to setup the environment for MSVC if needed
5454 - name : setup MSVC
5555 if : matrix.config.requires_msvc
You can’t perform that action at this time.
0 commit comments