We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab71ba7 commit eb75ef6Copy full SHA for eb75ef6
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