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@v5
26+ - uses : actions/checkout@v6
2727 - name : Get modern CMake and Ninja
2828 uses : " lukka/get-cmake@v4.1.2"
2929
4545 build-helloxr :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : " actions/checkout@v5 "
48+ - uses : " actions/checkout@v6 "
4949 - name : " Get modern CMake and Ninja"
5050 uses : " lukka/get-cmake@v4.1.2"
5151 - name : " set up JDK"
Original file line number Diff line number Diff line change 1313 image : khronosgroup/docker-images:openxr.20240924@sha256:3d595e68d21b2bba12cb7bbfa8cb135f66a2d9b97efeda6de3c6c8412163c4b7
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 lfs : true
1919
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.device }}
2525
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : " Get modern CMake and Ninja"
2929 uses : " lukka/get-cmake@v4.1.2"
3030 - name : Prepare Vulkan SDK
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Install Dependencies
1919 run : |
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@v5
32+ - uses : actions/checkout@v6
3333 with :
3434 lfs : true
3535 fetch-tags : " ${{ !github.event.release }}"
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@v5 "
20+ # - uses: "actions/checkout@v6 "
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-22.04
4949 steps :
50- - uses : " actions/checkout@v5 "
50+ - uses : " actions/checkout@v6 "
5151
5252 - name : Retrieve artifacts
5353 uses : " actions/download-artifact@v5"
You can’t perform that action at this time.
0 commit comments