From a8aef23d021269bc4e08dda598c3d4c41f3be346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:54:17 +0530 Subject: [PATCH] chore(deps): bump the actions group with 1 update (#151) Bumps the actions group with 1 update: [hibare/.github](https://github.com/hibare/.github). Updates `hibare/.github` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/hibare/.github/releases) - [Commits](https://github.com/hibare/.github/compare/0962b9d76360405b3c4bf78f91424b7905bb03a8...afd7e905777e60f391444be841383e6147816805) --- updated-dependencies: - dependency-name: hibare/.github dependency-type: direct:production update-type: version-update:semver-patch 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 72fdf8e..838d895 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -63,7 +63,7 @@ jobs: shell: bash - name: image-build-publish - uses: hibare/.github/github/shared-workflows/docker-image-build-publish@0962b9d76360405b3c4bf78f91424b7905bb03a8 # v0.3.0 + uses: hibare/.github/github/shared-workflows/docker-image-build-publish@afd7e905777e60f391444be841383e6147816805 # v0.3.1 with: image_names: ${{ steps.set-metadata.outputs.docker_image_names }} tags: ${{ steps.set-metadata.outputs.docker_tags }}