build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2efaa559ff
commit
be73614e1d
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
cmake-version: [ '3.22.1', 'latest']
|
cmake-version: [ '3.22.1', 'latest']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: lukka/get-cmake@latest
|
- uses: lukka/get-cmake@latest
|
||||||
with:
|
with:
|
||||||
cmakeVersion: ${{ matrix.cmake-version }}
|
cmakeVersion: ${{ matrix.cmake-version }}
|
||||||
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
cmake-version: [ '3.22.1', 'latest']
|
cmake-version: [ '3.22.1', 'latest']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: lukka/get-cmake@latest
|
- uses: lukka/get-cmake@latest
|
||||||
with:
|
with:
|
||||||
cmakeVersion: ${{ matrix.cmake-version }}
|
cmakeVersion: ${{ matrix.cmake-version }}
|
||||||
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [ clang, clang-cl ]
|
compiler: [ clang, clang-cl ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- run: |
|
- run: |
|
||||||
cmake -S . -B build `
|
cmake -S . -B build `
|
||||||
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
cmake-version: [ 'latest' ]
|
cmake-version: [ 'latest' ]
|
||||||
compiler: [ clang++-18 ]
|
compiler: [ clang++-18 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: lukka/get-cmake@latest
|
- uses: lukka/get-cmake@latest
|
||||||
with:
|
with:
|
||||||
cmakeVersion: ${{ matrix.cmake-version }}
|
cmakeVersion: ${{ matrix.cmake-version }}
|
||||||
|
|
@ -107,7 +107,7 @@ jobs:
|
||||||
os: [ windows-latest ]
|
os: [ windows-latest ]
|
||||||
cmake-version: [ 'latest' ]
|
cmake-version: [ 'latest' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: lukka/get-cmake@latest
|
- uses: lukka/get-cmake@latest
|
||||||
with:
|
with:
|
||||||
cmakeVersion: ${{ matrix.cmake-version }}
|
cmakeVersion: ${{ matrix.cmake-version }}
|
||||||
|
|
@ -127,6 +127,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- name: REUSE Compliance Check
|
- name: REUSE Compliance Check
|
||||||
uses: fsfe/reuse-action@v5
|
uses: fsfe/reuse-action@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue