Skip to content

Commit 04ed790

Browse files
dependabot[bot]rpavlik
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57c074f commit 04ed790

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
loader:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- name: Get modern CMake and Ninja
2828
uses: "lukka/[email protected]"
2929

@@ -45,7 +45,7 @@ jobs:
4545
build-helloxr:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: "actions/checkout@v4"
48+
- uses: "actions/checkout@v5"
4949
- name: "Get modern CMake and Ninja"
5050
uses: "lukka/[email protected]"
5151
- name: "set up JDK"

.github/workflows/check_clang_format_and_codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
image: khronosgroup/docker-images:openxr.20240924@sha256:3d595e68d21b2bba12cb7bbfa8cb135f66a2d9b97efeda6de3c6c8412163c4b7
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
lfs: true
1919

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.device }}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- name: "Get modern CMake and Ninja"
2929
uses: "lukka/[email protected]"
3030
- name: Prepare Vulkan SDK

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Install Dependencies
1919
run: |

.github/workflows/msvc-build-preset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
VULKAN_SDK_VERSION: "1.1.114.0"
3030
INSTALL_DIR: "${{ github.workspace }}/install"
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
with:
3434
lfs: true
3535
fetch-tags: "${{ !github.event.release }}"

.github/workflows/windows-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# outputs:
1818
# matrix: "${{ steps.set-matrix.outputs.matrix }}"
1919
# steps:
20-
# - uses: "actions/checkout@v4"
20+
# - uses: "actions/checkout@v5"
2121
# - id: set-matrix
2222
# run: "python3 .github/scripts/generate_windows_matrix_build.py matrix"
2323
msvc-build:
@@ -47,7 +47,7 @@ jobs:
4747
- msvc-build
4848
runs-on: ubuntu-22.04
4949
steps:
50-
- uses: "actions/checkout@v4"
50+
- uses: "actions/checkout@v5"
5151

5252
- name: Retrieve artifacts
5353
uses: "actions/download-artifact@v4"

0 commit comments

Comments
 (0)