diff --git a/.github/workflows/check-code-snippets.yml b/.github/workflows/check-code-snippets.yml index 405588946..5c5fd532d 100644 --- a/.github/workflows/check-code-snippets.yml +++ b/.github/workflows/check-code-snippets.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Setup .NET - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 + uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee with: dotnet-version: "7.0.100" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f53c808ba..192c58aaf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 + - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee with: dotnet-version: "8.0.200" - run: pwsh ./test.ps1