diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 909c07b..879c064 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: Setup Go toolchain - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: "./go.mod" diff --git a/action.yml b/action.yml index e24266f..7a798b7 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ runs: ref: ${{ env.action_ref }} - name: Set up Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: ${{ github.workspace }}/action-checkout/go.mod