diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5aabced08..18a9b1a051 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: path: ${{ env.WORKING_DIR }} - name: Update Go version using setup-go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 if: matrix.go != 'tip' with: # Include cache directives to allow proper caching. Without them, we @@ -63,7 +63,7 @@ jobs: cache-dependency-path: '**/go.sum' - name: Install Go bootstrap compiler - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 if: matrix.go == 'tip' with: # Bootstrapping go tip requires 1.24 @@ -129,7 +129,7 @@ jobs: path: ${{ env.WORKING_DIR }} - name: Update Go version using setup-go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 if: matrix.go != 'tip' with: # Include cache directives to allow proper caching. Without them, we @@ -139,7 +139,7 @@ jobs: cache-dependency-path: '**/go.sum' - name: Install Go bootstrap compiler - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 if: matrix.go == 'tip' with: # Bootstrapping go tip requires 1.24 @@ -222,7 +222,7 @@ jobs: path: ${{ env.WORKING_DIR }} - name: Update Go version using setup-go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: # Include cache directives to allow proper caching. Without them, we # get setup-go "Restore cache failed" warnings.