Skip to content

Commit a62043a

Browse files
Maschellfincs
authored andcommitted
CI: Use ubuntu-latest and actions/checkout@v3
1 parent 1f03c2f commit a62043a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
name: ubuntu-18.04
8-
runs-on: ubuntu-18.04
7+
name: ubuntu-latest
8+
runs-on: ubuntu-latest
99
container: devkitpro/devkitppc:latest
1010

1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v3
1313
with:
1414
submodules: true
1515

0 commit comments

Comments
 (0)