diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d58819a..7af8479 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'SamboyCoding/Disarm' steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: 6.x - id: git-vars