diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 5c755360a3..65f6f0bf70 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -168,7 +168,7 @@ jobs: # Install go toolchain, which is needed for bundling a pprof binary. - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: stable @@ -291,7 +291,7 @@ jobs: # Install go toolchain, which is needed for bundling a pprof binary. - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: stable