mirror of
https://github.com/threeal/cmake-action.git
synced 2025-09-13 11:07:22 +00:00
chore: bump actions/checkout from 4.2.2 to 5.0.0 (#791)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [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.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b6dac31f2c
commit
3b6e4500d9
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Project
|
- name: Checkout Project
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: threeal/setup-pnpm-action@v1.0.0
|
uses: threeal/setup-pnpm-action@v1.0.0
|
||||||
|
20
.github/workflows/test.yaml
vendored
20
.github/workflows/test.yaml
vendored
@ -14,13 +14,13 @@ jobs:
|
|||||||
os: [ubuntu-24.04, macos-14, windows-2022]
|
os: [ubuntu-24.04, macos-14, windows-2022]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sample Project
|
- name: Checkout Sample Project
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: v1.0.0
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
path: cmake-action
|
path: cmake-action
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
@ -40,14 +40,14 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sample Project
|
- name: Checkout Sample Project
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: v1.0.0
|
||||||
path: project
|
path: project
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
path: cmake-action
|
path: cmake-action
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
@ -70,13 +70,13 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sample Project
|
- name: Checkout Sample Project
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: v1.0.0
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
path: cmake-action
|
path: cmake-action
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
@ -97,13 +97,13 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sample Project
|
- name: Checkout Sample Project
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: v1.0.0
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
path: cmake-action
|
path: cmake-action
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
@ -124,13 +124,13 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sample Project
|
- name: Checkout Sample Project
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: threeal/cpp-starter
|
repository: threeal/cpp-starter
|
||||||
ref: v1.0.0
|
ref: v1.0.0
|
||||||
|
|
||||||
- name: Checkout Action
|
- name: Checkout Action
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v5.0.0
|
||||||
with:
|
with:
|
||||||
path: cmake-action
|
path: cmake-action
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
|
Loading…
Reference in New Issue
Block a user