aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-13 20:01:34 +0000
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-10-13 14:25:53 -0600
commit58ca9534a215d3343e78560a248eef185fb6357a (patch)
tree4d79db2e3ac098660a32865ebf247b6b6dea98b8
parente65ef887fc3677f38bc15200177846897bfa0952 (diff)
downloadvulkan-headers-58ca9534a215d3343e78560a248eef185fb6357a.tar.gz
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](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c2b4e02..276fca4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
ubuntu-cmake-install:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.17.0
@@ -36,7 +36,7 @@ jobs:
ubuntu-cmake-tests:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.25.0
@@ -51,7 +51,7 @@ jobs:
matrix:
arch: [ amd64, amd64_x86 ]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
- uses: ilammy/msvc-dev-cmd@v1
with:
@@ -64,7 +64,7 @@ jobs:
test-cmake-minimum:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.15.0
@@ -76,7 +76,7 @@ jobs:
ubuntu-cmake-add_subdirectory:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
- name: Test add_subdirectory support
run: cmake -S tests/add_subdirectory -B tests/add_subdirectory/build
@@ -86,6 +86,6 @@ jobs:
reuse:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1