diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 0e62d93..1fbf0c4 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: global-json-file: global.json - name: Install dependencies