diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1e5dcb6..e92d333 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Ensure .NET Installed - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5 with: dotnet-version: 9.0.x diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 11a1a50..54c0a86 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Ensure .NET Installed - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5 with: dotnet-version: 9.0.x