From ecfa4d981cc0917aed4d2e1e000e61d3f1fc817d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:05:12 +0100 Subject: [PATCH] CHORE(deps): Bump crazy-max/ghaction-docker-status from 1 to 3 (#28) Bumps [crazy-max/ghaction-docker-status](https://github.com/crazy-max/ghaction-docker-status) from 1 to 3. - [Release notes](https://github.com/crazy-max/ghaction-docker-status/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-status/compare/v1...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-status dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db9f2b4..6e55037 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -61,7 +61,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: 🚦 Check Registry Status - uses: crazy-max/ghaction-docker-status@v1 + uses: crazy-max/ghaction-docker-status@v3 - name: ⚒️ Build and push uses: docker/build-push-action@v5