diff --git a/.github/workflows/acceptance-go-libs.yml b/.github/workflows/acceptance-go-libs.yml index 7a820eff..5c59d858 100644 --- a/.github/workflows/acceptance-go-libs.yml +++ b/.github/workflows/acceptance-go-libs.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: go-libs/go.mod diff --git a/.github/workflows/acceptance-release.yml b/.github/workflows/acceptance-release.yml index 09b337eb..7ef54090 100644 --- a/.github/workflows/acceptance-release.yml +++ b/.github/workflows/acceptance-release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: acceptance/go.mod diff --git a/.github/workflows/downstreams-release.yml b/.github/workflows/downstreams-release.yml index 97bb0d3e..ab676164 100644 --- a/.github/workflows/downstreams-release.yml +++ b/.github/workflows/downstreams-release.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: downstreams/go.mod diff --git a/.github/workflows/llnotes-release.yml b/.github/workflows/llnotes-release.yml index 8dfc4197..d3d6bc95 100644 --- a/.github/workflows/llnotes-release.yml +++ b/.github/workflows/llnotes-release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: llnotes/go.mod diff --git a/.github/workflows/nightly-go-libs.yml b/.github/workflows/nightly-go-libs.yml index 9e6f26e9..f175d2ca 100644 --- a/.github/workflows/nightly-go-libs.yml +++ b/.github/workflows/nightly-go-libs.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: go-libs/go.mod diff --git a/.github/workflows/push-acceptance.yml b/.github/workflows/push-acceptance.yml index 75dd431d..173ab01b 100644 --- a/.github/workflows/push-acceptance.yml +++ b/.github/workflows/push-acceptance.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: acceptance/go.mod - name: Install Tools @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: acceptance/go.mod - name: Install Tools diff --git a/.github/workflows/push-go-libs.yml b/.github/workflows/push-go-libs.yml index 228f05ab..2ded153c 100644 --- a/.github/workflows/push-go-libs.yml +++ b/.github/workflows/push-go-libs.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: go-libs/go.mod - name: Install Tools @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: go-libs/go.mod - name: Install goimports diff --git a/.github/workflows/push-llnotes.yml b/.github/workflows/push-llnotes.yml index ec0cbbc2..4fefa94b 100644 --- a/.github/workflows/push-llnotes.yml +++ b/.github/workflows/push-llnotes.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: llnotes/go.mod - name: Install Tools @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: llnotes/go.mod - name: Install Tools