From bc897568fa8aaf1558cecc7d3ea8afa5c9a46500 Mon Sep 17 00:00:00 2001 From: Joseph Ferguson Date: Tue, 2 Dec 2025 10:43:47 -0800 Subject: [PATCH] Bump actions/setup-go to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32332522..103b3476 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@v5 + - uses: actions/setup-go@v6 with: go-version-file: '${{ github.action_path }}/go.mod' - run: |