mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
[CI] Upgrade to actions/checkout@v3 (#1677)
Node.js 12 actions are deprecated, so update to v3 which uses Node 16. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
3478f3d304
commit
c3d36bf9fb
4
.github/workflows/presubmit.yml
vendored
4
.github/workflows/presubmit.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
debug: 1
|
debug: 1
|
||||||
extra: " debug"
|
extra: " debug"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup Ninja
|
- name: Setup Ninja
|
||||||
uses: seanmiddleditch/gha-setup-ninja@master
|
uses: seanmiddleditch/gha-setup-ninja@master
|
||||||
- name: Setup OpenGL build dependencies
|
- name: Setup OpenGL build dependencies
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: sudo apt install -y clang-format clang-format-9
|
run: sudo apt install -y clang-format clang-format-9
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Check code format
|
- name: Check code format
|
||||||
|
|||||||
Reference in New Issue
Block a user