mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +00:00
MERGE: pull request #37 from threeal/dependabot/github_actions/actions/checkout-3.4.0
Bump actions/checkout from 3.3.0 to 3.4.0
This commit is contained in:
commit
0bbf0f6c82
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
os: [windows, ubuntu, macos]
|
os: [windows, ubuntu, macos]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out this repository
|
- name: Check out this repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.4.0
|
||||||
|
|
||||||
- name: Move test project to the working directory
|
- name: Move test project to the working directory
|
||||||
run: mv test/* .
|
run: mv test/* .
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out this repository
|
- name: Check out this repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.4.0
|
||||||
|
|
||||||
- name: Use this action with specified directories
|
- name: Use this action with specified directories
|
||||||
uses: ./
|
uses: ./
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
compiler: [gcc, msvc]
|
compiler: [gcc, msvc]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out this repository
|
- name: Check out this repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.4.0
|
||||||
|
|
||||||
- name: Use this action with additional compiler flags
|
- name: Use this action with additional compiler flags
|
||||||
uses: ./
|
uses: ./
|
||||||
@ -65,7 +65,7 @@ jobs:
|
|||||||
os: [windows, ubuntu, macos]
|
os: [windows, ubuntu, macos]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out this repository
|
- name: Check out this repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.4.0
|
||||||
|
|
||||||
- name: Use this action with specified compilers
|
- name: Use this action with specified compilers
|
||||||
uses: ./
|
uses: ./
|
||||||
@ -86,7 +86,7 @@ jobs:
|
|||||||
os: [windows, ubuntu, macos]
|
os: [windows, ubuntu, macos]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out this repository
|
- name: Check out this repository
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.4.0
|
||||||
|
|
||||||
- name: Use this action with a specified generator
|
- name: Use this action with a specified generator
|
||||||
uses: ./
|
uses: ./
|
||||||
|
Loading…
Reference in New Issue
Block a user