diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 149eb70083..3c837570e3 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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: # Include cache directives to allow proper caching. Without them, we # get setup-go "Restore cache failed" warnings.