Skip to content

Commit d182d9b

Browse files
committed
ogc: update checkout action to avoid deprecation warning
1 parent d2a8d92 commit d182d9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ngc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
container:
99
image: devkitpro/devkitppc:latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Install build requirements
1313
run: |
1414
apt update
@@ -44,4 +44,4 @@ jobs:
4444
- name: Verify sdl2.pc
4545
run: |
4646
export PKG_CONFIG_PATH=${{ env.SDL2_DIR }}/lib/pkgconfig
47-
cmake/test/test_pkgconfig.sh
47+
cmake/test/test_pkgconfig.sh

.github/workflows/nwii.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
container:
99
image: devkitpro/devkitppc:latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Install build requirements
1313
run: |
1414
apt update
@@ -44,4 +44,4 @@ jobs:
4444
- name: Verify sdl2.pc
4545
run: |
4646
export PKG_CONFIG_PATH=${{ env.SDL2_DIR }}/lib/pkgconfig
47-
cmake/test/test_pkgconfig.sh
47+
cmake/test/test_pkgconfig.sh

0 commit comments

Comments
 (0)