diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fec07a88a2..0512ecffde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: path: ${{ env.WORKING_DIR }} - name: Update Go version using setup-go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: # Include cache directives to allow proper caching. Without them, we # get setup-go "Restore cache failed" warnings. @@ -109,7 +109,7 @@ jobs: path: ${{ env.WORKING_DIR }} - name: Update Go version using setup-go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: # Include cache directives to allow proper caching. Without them, we # get setup-go "Restore cache failed" warnings. @@ -178,7 +178,7 @@ jobs: path: ${{ env.WORKING_DIR }} - name: Update Go version using setup-go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: # Include cache directives to allow proper caching. Without them, we # get setup-go "Restore cache failed" warnings.