This commit is contained in:
dependabot[bot] 2025-12-03 10:07:15 +00:00 committed by GitHub
commit 197c512f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View File

@ -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@v5.0.0 uses: actions/checkout@v6.0.1
- name: Setup pnpm - name: Setup pnpm
uses: threeal/setup-pnpm-action@v1.0.0 uses: threeal/setup-pnpm-action@v1.0.0

View File

@ -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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
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@v5.0.0 uses: actions/checkout@v6.0.1
with: with:
path: cmake-action path: cmake-action
sparse-checkout: | sparse-checkout: |