From a718c44aa81d0721083a065d065ae2ce66539afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:25:26 +0530 Subject: [PATCH] chore(deps): bump hibare/.github in the actions group (#158) Bumps the actions group with 1 update: [hibare/.github](https://github.com/hibare/.github). Updates `hibare/.github` from 0.3.1 to 0.4.0 - [Release notes](https://github.com/hibare/.github/releases) - [Commits](https://github.com/hibare/.github/compare/afd7e905777e60f391444be841383e6147816805...3f2aca66510c1847daef4967f5ece127f648292b) --- 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 bd8f6ec..52d701f 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -69,7 +69,7 @@ jobs: shell: bash - name: image-build-publish - uses: hibare/.github/github/shared-workflows/docker-image-build-publish@afd7e905777e60f391444be841383e6147816805 # v0.3.1 + uses: hibare/.github/github/shared-workflows/docker-image-build-publish@3f2aca66510c1847daef4967f5ece127f648292b # v0.4.0 with: image_names: ${{ steps.set-metadata.outputs.docker_image_names }} tags: ${{ steps.set-metadata.outputs.docker_tags }}