Skip to content

Commit 12c7580

Browse files
authored
Merge pull request #94 from gdams/patch-1
actions: bump setup-go to v5
2 parents ab71ba7 + eb75ef6 commit 12c7580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: 'Install the "bashbrew" tool in GITHUB_PATH'
88
runs:
99
using: 'composite'
1010
steps:
11-
- uses: actions/setup-go@v3
11+
- uses: actions/setup-go@v5
1212
with:
1313
go-version-file: '${{ github.action_path }}/go.mod'
1414
- run: |

0 commit comments

Comments
 (0)