CI: Update to actions/checkout@v3.

This commit is contained in:
Pierre Wendling
2022-10-12 18:51:59 -04:00
committed by Sam Lantinga
parent 7d230af51d
commit eea9f638e2
12 changed files with 12 additions and 12 deletions

View File

@@ -15,6 +15,6 @@ jobs:
- { name: tvOS, target: Static Library-tvOS, sdk: appletvos }
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: xcodebuild -project Xcode/SDL/SDL.xcodeproj -target '${{ matrix.platform.target }}' -configuration Release -sdk ${{ matrix.platform.sdk }} clean build