diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 27cf7405b..95b0aa255 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: @@ -66,7 +66,7 @@ jobs: if: forgejo.event_name == 'pull_request' - name: 'Cache: ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.nuget/packages @@ -148,7 +148,7 @@ jobs: configuration: [ Release ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: @@ -185,7 +185,7 @@ jobs: if: forgejo.event_name == 'pull_request' - name: 'Cache: ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.nuget/packages diff --git a/.forgejo/workflows/canary.yml b/.forgejo/workflows/canary.yml index ba9c80eee..771575c4b 100644 --- a/.forgejo/workflows/canary.yml +++ b/.forgejo/workflows/canary.yml @@ -36,7 +36,7 @@ jobs: - { name: linux-x64, os: ghcr.io/catthehacker/ubuntu:act-latest, zip_os_name: linux_x64 } - { name: linux-arm64, os: ghcr.io/catthehacker/ubuntu:act-latest, zip_os_name: linux_arm64 } steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: @@ -151,7 +151,7 @@ jobs: container: image: ghcr.io/catthehacker/ubuntu:act-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: @@ -217,7 +217,7 @@ jobs: - macos_release - release steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install GLI uses: actions/setup-gli@v1 diff --git a/.forgejo/workflows/pr_triage.yml b/.forgejo/workflows/pr_triage.yml index 2608bc8f2..ed5c21424 100644 --- a/.forgejo/workflows/pr_triage.yml +++ b/.forgejo/workflows/pr_triage.yml @@ -10,7 +10,7 @@ jobs: steps: # Grab sources to get latest labeler.yml - name: Fetch sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Ensure we pin the source origin as pull_request_target run under forks. fetch-depth: 0 diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 905f22b21..4f9672470 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - { name: linux-x64, os: ghcr.io/catthehacker/ubuntu:act-latest, zip_os_name: linux_x64 } - { name: linux-arm64, os: ghcr.io/catthehacker/ubuntu:act-latest, zip_os_name: linux_arm64 } steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: @@ -145,7 +145,7 @@ jobs: name: Release MacOS universal runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-dotnet@v5 with: @@ -210,7 +210,7 @@ jobs: - macos_release - release steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install GLI uses: actions/setup-gli@v1 diff --git a/Directory.Packages.props b/Directory.Packages.props index e1ee4b0d9..469db9f71 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -14,6 +14,8 @@ + + @@ -59,10 +61,9 @@ - + - @@ -73,11 +74,12 @@ - + + @@ -85,13 +87,13 @@ - - + + - - + + diff --git a/global.json b/global.json index 512142d2b..f365c8c0e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.301", "rollForward": "latestFeature" } } diff --git a/src/Ryujinx.HLE/Ryujinx.HLE.csproj b/src/Ryujinx.HLE/Ryujinx.HLE.csproj index f7641c68d..450e99790 100644 --- a/src/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/src/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -31,7 +31,7 @@ - +