diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8958b29..90f1eab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: dotnet-version: 6.0.x - name: Restore dependencies diff --git a/.github/workflows/create-binaries.yml b/.github/workflows/create-binaries.yml index 64c8eac..0da45aa 100644 --- a/.github/workflows/create-binaries.yml +++ b/.github/workflows/create-binaries.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2 with: dotnet-version: 6.0.x - name: Restore dependencies