diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ca709..e79c185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v6 with: dotnet-version: 8.0.x - run: dotnet restore SmartInventoryApp.slnx