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:
Stephan Seitz
2023-09-28 16:39:48 +02:00
committed by GitHub
parent 9aa679e5e8
commit a858acdd90
5 changed files with 8 additions and 8 deletions

View File

@@ -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 }}