Update actions

This commit is contained in:
TSR Berry 2023-09-23 19:46:13 +02:00
parent 232018f03e
commit df777874bc
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2
2 changed files with 6 additions and 6 deletions

View File

@ -78,11 +78,11 @@ jobs:
libhidapi-dev${{ matrix.platform.target_apt_arch }} \
libwayland-client++0$ \
libwayland-cursor++0$ \
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: Ryujinx/SDL
ref: ${{ github.event.inputs.rev }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: 'SDL2-CS'
- name: Configure CMake
@ -130,11 +130,11 @@ jobs:
name: ios
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'libsdl-org/SDL'
ref: 'SDL2'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: 'SDL2-CS'
- name: Build (iOS)

View File

@ -11,9 +11,9 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- uses: nuget/setup-nuget@v1