diff --git a/.github/workflows/build-nuget.yml b/.github/workflows/build-nuget.yml index 8df2983b..1effc8ed 100644 --- a/.github/workflows/build-nuget.yml +++ b/.github/workflows/build-nuget.yml @@ -33,7 +33,7 @@ jobs: needs: [compile-sdl2cs, compile-natives] steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prepare environment variables run: | diff --git a/.github/workflows/build-sdl2cs.yml b/.github/workflows/build-sdl2cs.yml index 3ef2936a..7ad7706c 100644 --- a/.github/workflows/build-sdl2cs.yml +++ b/.github/workflows/build-sdl2cs.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Since SDL2-CS.csproj targets netstandard2.0 we don't need .NET 6, but let's not risk having outdated support for older versions. - name: Install .NET 6