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:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user