File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 loader :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - name : Get modern CMake and Ninja
2828 uses : lukka/get-cmake@v3.27.7
2929
5959 build-helloxr :
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v4
6363 - name : Get modern CMake and Ninja
6464 uses : lukka/get-cmake@v3.27.7
6565 - name : set up JDK 11
Original file line number Diff line number Diff line change 1212 container :
1313 image : khronosgroup/docker-images:openxr-sdk.20230209
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - run : ./runClangFormat.sh
1717 name : Run clang-format
1818
Original file line number Diff line number Diff line change 1515 name : Validation
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 2929 VULKAN_SDK_VERSION : " 1.1.114.0"
3030 INSTALL_DIR : " ${{ github.workspace }}/install"
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333
3434 - name : Get modern CMake and Ninja
3535 uses : lukka/get-cmake@v3.27.7
Original file line number Diff line number Diff line change 1717 # outputs:
1818 # matrix: "${{ steps.set-matrix.outputs.matrix }}"
1919 # steps:
20- # - uses: "actions/checkout@v3 "
20+ # - uses: "actions/checkout@v4 "
2121 # - id: set-matrix
2222 # run: "python3 .github/scripts/generate_windows_matrix_build.py matrix"
2323 msvc-build :
4747 - msvc-build
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : " actions/checkout@v3 "
50+ - uses : " actions/checkout@v4 "
5151
5252 - name : Retrieve artifacts
5353 uses : " actions/download-artifact@v3"
You can’t perform that action at this time.
0 commit comments