From df777874bc4eb139494b7c02baf9690382cfb785 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Sat, 23 Sep 2023 19:46:13 +0200 Subject: [PATCH] Update actions --- .github/workflows/build.yml | 8 ++++---- .github/workflows/ci.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc30c76..8c0d246 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ab607f..ab82196 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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