Skip to content

Commit

Permalink
ogc: update checkout action to avoid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Mar 22, 2024
1 parent d2a8d92 commit d182d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ngc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container:
image: devkitpro/devkitppc:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install build requirements
run: |
apt update
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Verify sdl2.pc
run: |
export PKG_CONFIG_PATH=${{ env.SDL2_DIR }}/lib/pkgconfig
cmake/test/test_pkgconfig.sh
cmake/test/test_pkgconfig.sh
4 changes: 2 additions & 2 deletions .github/workflows/nwii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container:
image: devkitpro/devkitppc:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install build requirements
run: |
apt update
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Verify sdl2.pc
run: |
export PKG_CONFIG_PATH=${{ env.SDL2_DIR }}/lib/pkgconfig
cmake/test/test_pkgconfig.sh
cmake/test/test_pkgconfig.sh

0 comments on commit d182d9b

Please sign in to comment.