From 187cfa0d56e312e8ce38be386fe490212e71640d Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 16 Apr 2024 07:48:21 -0700 Subject: [PATCH] action: bump version of setup-go action Most notably, this moves from node16 to node20. Signed-off-by: Will Norris --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4b88cab..0caa5b8 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ runs: run: | echo "::error title=⛔ error hint::only one of API Key or OAuth secret should be specified. exit 1 - - uses: actions/setup-go@v4.0.0 + - uses: actions/setup-go@v5 with: go-version: 1.22.1