From eb75ef6ada17d8b148764cf6a49135bd2ce931cb Mon Sep 17 00:00:00 2001 From: George Adams Date: Wed, 13 Mar 2024 16:01:24 +0000 Subject: [PATCH] actions: bump setup-go to v5 Removes the warnings about Node.js 16 actions being deprecated --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 88ac968..3233252 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ description: 'Install the "bashbrew" tool in GITHUB_PATH' runs: using: 'composite' steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version-file: '${{ github.action_path }}/go.mod' - run: |