ci: bump actions version tag

This commit is contained in:
Anonymous Maarten
2024-01-26 02:33:20 +01:00
parent 33f86d81fc
commit c5794cd911
15 changed files with 31 additions and 31 deletions

View File

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