From 3e33fea8596569a62fcaa33eb3880b6ac7098941 Mon Sep 17 00:00:00 2001 From: Joshua Humphries <2035234+jhump@users.noreply.github.com> Date: Wed, 19 Oct 2022 15:37:49 -0400 Subject: [PATCH] Update to v1.9.0 (#67) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e4ee75a..d39bf2b 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: version: description: The version of buf to set up. required: false - default: '1.8.0' + default: '1.9.0' github_token: description: The GitHub token to use when making API requests. required: false