mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -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:
|
steps:
|
||||||
- name: Checkout ${{ github.ref_name }}
|
- name: Checkout ${{ github.ref_name }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- run: git submodule update --init --recursive
|
- run: git submodule update --init --recursive
|
||||||
- name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
|
- name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
|
||||||
shell: bash
|
shell: bash
|
||||||
|
2
.github/workflows/cmake_subdir_example.yml
vendored
2
.github/workflows/cmake_subdir_example.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: configure
|
- name: configure
|
||||||
shell: cmake -P {0}
|
shell: cmake -P {0}
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/meson.yml
vendored
2
.github/workflows/meson.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
# use msvc-dev-cmd to setup the environment for MSVC if needed
|
# use msvc-dev-cmd to setup the environment for MSVC if needed
|
||||||
- name: setup MSVC
|
- name: setup MSVC
|
||||||
if: matrix.config.requires_msvc
|
if: matrix.config.requires_msvc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user