mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 02:31:20 +00:00
use latest version of actions/checkout
This commit is contained in:
parent
9a41887e43
commit
e13a53a58f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3.2.0
|
uses: actions/checkout@v3.3.0
|
||||||
|
|
||||||
- name: Move test project to the working directory
|
- name: Move test project to the working directory
|
||||||
run: mv test/* .
|
run: mv test/* .
|
||||||
|
Loading…
Reference in New Issue
Block a user