diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index ca2bb42..31b1751 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -24,7 +24,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4 + uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4 with: java-version: ${{ env.JAVA_VERSION }} distribution: 'microsoft'