Skip to content

Commit ec77109

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

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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@v3
26+
- uses: actions/checkout@v4
2727
- name: Get modern CMake and Ninja
2828
uses: lukka/[email protected]
2929

@@ -59,7 +59,7 @@ jobs:
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/[email protected]
6565
- name: set up JDK 11

.github/workflows/check_clang_format_and_codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
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

.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@v3
32+
- uses: actions/checkout@v4
3333

3434
- name: Get modern CMake and Ninja
3535
uses: lukka/[email protected]

.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@v3"
20+
# - uses: "actions/checkout@v4"
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-latest
4949
steps:
50-
- uses: "actions/checkout@v3"
50+
- uses: "actions/checkout@v4"
5151

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

0 commit comments

Comments
 (0)