diff --git a/.github/workflows/functional-smoke.yml b/.github/workflows/functional-smoke.yml index 2eea337..8b35996 100644 --- a/.github/workflows/functional-smoke.yml +++ b/.github/workflows/functional-smoke.yml @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod cache: false diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 7eb1945..8c7f89a 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -50,7 +50,7 @@ jobs: - name: Set up Go if: env.RELEASE_DRY_RUN_REQUIRED == 'true' - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod cache: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad22ac..85d85d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod cache: false