mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 18:56:40 -04:00
use checkout@v3
NodeJS 12 actions are deprecated, use a newer checkout action instead
This commit is contained in:
parent
2bc923b54a
commit
45350eda5c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: submodule
|
||||
run: git submodule update --init --recursive
|
||||
- name: extra_path
|
||||
|
2
.github/workflows/subdir_example.yml
vendored
2
.github/workflows/subdir_example.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: configure
|
||||
shell: cmake -P {0}
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user