diff --git a/action.yml b/action.yml index 88ac968..3233252 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ description: 'Install the "bashbrew" tool in GITHUB_PATH' runs: using: 'composite' steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version-file: '${{ github.action_path }}/go.mod' - run: |