From 98941723659b25176d7895e90ba6bff58a2c30c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:38:09 +0530 Subject: [PATCH] chore(deps): bump hibare/.github in the actions group (#203) 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](https://github.com/hibare/.github/compare/4f1d744947f0d80a00ecf3abc2b7a0a46e33a98a...038e5ef85c308f76e396c8a886a7ae31b8494367) --- updated-dependencies: - dependency-name: hibare/.github dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-publish.yml b/.github/workflows/test-build-publish.yml index c3af5cb..5bceade 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -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' }}