Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc authored Jan 11, 2024
2 parents d0dd260 + 9cc4a5e commit b4ce79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Upload.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ toSettings tok =
GitHubSettings
{ token = AccessToken . fromString <$> tok,
userAgent = "github.com/haskell-actions/hlint-scan",
apiVersion = "v3"
apiVersion = "2022-11-28"
}

-- | Converts the response from a GitHub REST API call to GitHub action outputs.
Expand Down

0 comments on commit b4ce79b

Please sign in to comment.