diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb7e2989..69a7ab03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: submodules: 'recursive' # Ensure submodules like SDL are checked out - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | # Specify SDK versions if particular ones are needed, or remove for latest 9.0.x diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 916e1178..4230d695 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: # For .NET Core, ensure that the .NET SDK is available. # You might need to add a setup-dotnet step if not using a GitHub-hosted runner with it pre-installed. - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 9.0.x