mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 10:46:03 -04:00
Bump actions/checkout from 3 to 4 (#482)
This commit is contained in:
commit
00d9dbad5e
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout ${{ github.ref_name }}
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- run: git submodule update --init --recursive
|
||||
- name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
|
||||
shell: bash
|
||||
|
2
.github/workflows/cmake_subdir_example.yml
vendored
2
.github/workflows/cmake_subdir_example.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: configure
|
||||
shell: cmake -P {0}
|
||||
run: |
|
||||
|
2
.github/workflows/meson.yml
vendored
2
.github/workflows/meson.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
# use msvc-dev-cmd to setup the environment for MSVC if needed
|
||||
- name: setup MSVC
|
||||
if: matrix.config.requires_msvc
|
||||
|
Loading…
x
Reference in New Issue
Block a user