Skip to content

Commit

Permalink
update actions/checkout to v4 and add fetch-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 9, 2024
1 parent c11fd5a commit b313103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-brew-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
update_tap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-tags: true

- name: Get upstream release
id: upstreamRelease
Expand Down

0 comments on commit b313103

Please sign in to comment.