We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e3a3d commit bc89756Copy full SHA for bc89756
1 file changed
action.yml
@@ -8,7 +8,7 @@ description: 'Install the "bashbrew" tool in GITHUB_PATH'
8
runs:
9
using: 'composite'
10
steps:
11
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
12
with:
13
go-version-file: '${{ github.action_path }}/go.mod'
14
- run: |
0 commit comments