diff --git a/action.yaml b/action.yaml index fc702c3..d633ca2 100644 --- a/action.yaml +++ b/action.yaml @@ -26,7 +26,7 @@ runs: - name: Check out code into the Go module directory uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: ${{ inputs.go-version }} go-version-file: ${{ inputs.go-version-file }}