diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1507ca6..8c1c9cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: run: sudo apt-get install -y libgit2-dev - name: Setup required dotnet versions - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 + uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: dotnet-version: | 2.1.818 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 7ebe09d..202e845 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -32,7 +32,7 @@ jobs: run: sudo apt-get install -y libgit2-dev - name: Setup required dotnet versions - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 + uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: dotnet-version: | 2.1.818