diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1507ca6..bb5b87d 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@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0 with: dotnet-version: | 2.1.818 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 7ebe09d..d970365 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@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0 with: dotnet-version: | 2.1.818