mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 01:01:58 -05:00
ci: Update to actions/checkout@v4
. (#1142)
This fixes annotations on task runs like the following: The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
This commit is contained in:
parent
77b2f4f3b8
commit
f1a494cfd2
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
run:
|
||||
working-directory: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create build directory
|
||||
run: mkdir -p build
|
||||
|
2
.github/workflows/cmake_find_package.yml
vendored
2
.github/workflows/cmake_find_package.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: lukka/get-cmake@latest
|
||||
with:
|
||||
cmakeVersion: 3.14.0
|
||||
|
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
run:
|
||||
working-directory: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Create build directory
|
||||
run: mkdir -p build
|
||||
|
Loading…
Reference in New Issue
Block a user