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

View file

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