We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab71ba7 + eb75ef6 commit 12c7580Copy full SHA for 12c7580
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@v3
+ - uses: actions/setup-go@v5
12
with:
13
go-version-file: '${{ github.action_path }}/go.mod'
14
- run: |
0 commit comments