We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e3a3d + bc89756 commit 170b589Copy full SHA for 170b589
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