Skip to content

Commit

Permalink
chore(deps): bump hibare/.github in the actions group (#203)
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [hibare/.github](https://github.com/hibare/.github).


Updates `hibare/.github` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/hibare/.github/releases)
- [Commits](hibare/.github@4f1d744...038e5ef)

---
updated-dependencies:
- dependency-name: hibare/.github
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 2e46c4a commit 9894172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Goreleaser
uses: hibare/.github/github/shared-workflows/goreleaser@4f1d744947f0d80a00ecf3abc2b7a0a46e33a98a # v0.5.0
uses: hibare/.github/github/shared-workflows/goreleaser@038e5ef85c308f76e396c8a886a7ae31b8494367 # v0.6.0
with:
args: ${{ github.event_name == 'pull_request' && 'build --snapshot --clean' || 'release --clean' }}
sign: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 9894172

Please sign in to comment.