diff --git a/.github/workflows/cache-all.yml b/.github/workflows/cache-all.yml index aab5cca5..fa2fa749 100644 --- a/.github/workflows/cache-all.yml +++ b/.github/workflows/cache-all.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: stable diff --git a/.github/workflows/cache-one.yml b/.github/workflows/cache-one.yml index 478aa541..f3e7dc2c 100644 --- a/.github/workflows/cache-one.yml +++ b/.github/workflows/cache-one.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ inputs.git-ref }} - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: stable diff --git a/.github/workflows/dry-run.yml b/.github/workflows/dry-run.yml index a8efb67d..5fdc7f01 100644 --- a/.github/workflows/dry-run.yml +++ b/.github/workflows/dry-run.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ inputs.git-ref }} - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: stable diff --git a/.github/workflows/regenerate-test.yml b/.github/workflows/regenerate-test.yml index dc7bb5f9..0e719fce 100644 --- a/.github/workflows/regenerate-test.yml +++ b/.github/workflows/regenerate-test.yml @@ -88,7 +88,7 @@ jobs: fi - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: stable diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 2b455b1f..70e6393e 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: stable