diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2518ee2..43260dc 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 - name: Dotnet restore run: dotnet tool restore