mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Update workflow deps (#1667)
* ci: update workflow versions This should avoid deprecation warnings shown for example in https://github.com/KhronosGroup/Vulkan-Hpp/actions/runs/6319631419 * ci: set correct CMake options in update-header-pr workflow
This commit is contained in:
parent
9aa679e5e8
commit
a858acdd90
2
.github/workflows/ci-macos.yml
vendored
2
.github/workflows/ci-macos.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
cxx_standard: [11, 14, 17, 20]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
2
.github/workflows/ci-ubuntu.yml
vendored
2
.github/workflows/ci-ubuntu.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
cxx_standard: [11, 14, 17, 20]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
2
.github/workflows/ci-windows.yml
vendored
2
.github/workflows/ci-windows.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
build_type: [Debug, Release]
|
||||
cxx_standard: [11, 14, 17, 20]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
2
.github/workflows/set-version-tag.yml
vendored
2
.github/workflows/set-version-tag.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
8
.github/workflows/update-header-pr.yml
vendored
8
.github/workflows/update-header-pr.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
cxx_standard: [11]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
@ -38,8 +38,8 @@ jobs:
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build
|
||||
-DSAMPLES_BUILD=OFF
|
||||
-DTESTS_BUILD=OFF
|
||||
-DVULKAN_HPP_SAMPLES_BUILD=OFF
|
||||
-DVULKAN_HPP_TESTS_BUILD=OFF
|
||||
-DVULKAN_HPP_RUN_GENERATOR=ON
|
||||
-DCMAKE_CXX_COMPILER=${{matrix.cxx_compiler}}
|
||||
-DCMAKE_CXX_STANDARD=${{matrix.cxx_standard}}
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
git clean -xf
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
commit-message: Update Vulkan-Headers to ${{ env.VK_HEADER_GIT_TAG }}
|
||||
title: Update Vulkan-Headers to ${{ env.VK_HEADER_GIT_TAG }}
|
||||
|
Loading…
Reference in New Issue
Block a user