diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index aa3b3b5..9c94a2c 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index a778eac..afe63ae 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 1e7c13b..e49f1e5 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum