mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
CI: update outdated GitHub Actions versions (#9186)
This commit is contained in:
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
VS_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
VS_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||||
MSBUILD_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\
|
MSBUILD_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/imgui
|
path: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
@@ -274,7 +274,7 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}/imgui
|
working-directory: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/imgui
|
path: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
@@ -514,7 +514,7 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}/imgui
|
working-directory: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/imgui
|
path: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
@@ -596,7 +596,7 @@ jobs:
|
|||||||
name: Build - iOS
|
name: Build - iOS
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Build example_apple_metal
|
- name: Build example_apple_metal
|
||||||
run: |
|
run: |
|
||||||
@@ -608,7 +608,7 @@ jobs:
|
|||||||
name: Build - Emscripten
|
name: Build - Emscripten
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -651,7 +651,7 @@ jobs:
|
|||||||
name: Build - Android
|
name: Build - Android
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Build example_android_opengl3
|
- name: Build example_android_opengl3
|
||||||
run: |
|
run: |
|
||||||
@@ -670,11 +670,11 @@ jobs:
|
|||||||
MSBUILD_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\
|
MSBUILD_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/imgui
|
path: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
@@ -725,11 +725,11 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}/imgui
|
working-directory: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/imgui
|
path: ${{ github.workspace }}/imgui
|
||||||
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
repository: ocornut/imgui_test_engine
|
repository: ocornut/imgui_test_engine
|
||||||
@@ -763,11 +763,11 @@ jobs:
|
|||||||
# working-directory: ${{ github.workspace }}/imgui
|
# working-directory: ${{ github.workspace }}/imgui
|
||||||
#
|
#
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v5
|
# - uses: actions/checkout@v6
|
||||||
# with:
|
# with:
|
||||||
# path: ${{ github.workspace }}/imgui
|
# path: ${{ github.workspace }}/imgui
|
||||||
#
|
#
|
||||||
# - uses: actions/checkout@v5
|
# - uses: actions/checkout@v6
|
||||||
# with:
|
# with:
|
||||||
# fetch-depth: 1
|
# fetch-depth: 1
|
||||||
# repository: ocornut/imgui_test_engine
|
# repository: ocornut/imgui_test_engine
|
||||||
|
|||||||
2
.github/workflows/static-analysis.yml
vendored
2
.github/workflows/static-analysis.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
PVS-Studio:
|
PVS-Studio:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user