From 788a3a6bdfe08179d791816725214bcaea475512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:34:31 +0000 Subject: [PATCH] Bump hmarr/debug-action from 2 to 3 Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2 to 3. - [Release notes](https://github.com/hmarr/debug-action/releases) - [Commits](https://github.com/hmarr/debug-action/compare/v2...v3) --- updated-dependencies: - dependency-name: hmarr/debug-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4627bb9..14fa08d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Debug action - uses: hmarr/debug-action@v2 + uses: hmarr/debug-action@v3 - uses: hadolint/hadolint-action@v3.1.0 - name: Image name id: image_name