diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7062f3e..ce754a5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,12 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: 'true' - - uses: actions/setup-dotnet@v1 + - uses: actions/setup-dotnet@v5 with: - dotnet-version: '10.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel + dotnet-version: '10.0.x' - name: Start containers run: docker compose -f "./docker-compose.yml" up -d --build - name: Build