CI: Use ubuntu-latest and actions/checkout@v3

This commit is contained in:
Maschell 2023-02-17 18:30:50 +01:00 committed by fincs
parent 1f03c2fb73
commit a62043a04e

View File

@ -4,12 +4,12 @@ on: [push, pull_request]
jobs:
build:
name: ubuntu-18.04
runs-on: ubuntu-18.04
name: ubuntu-latest
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: true