From ec03ec315fa610477ba8d90310fb1c2d4dc24283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:42:43 +0900 Subject: [PATCH] GitHub actions(deps): Bump hmarr/debug-action from 2.1.0 to 3.0.0 (#45) Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/hmarr/debug-action/releases) - [Commits](https://github.com/hmarr/debug-action/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: hmarr/debug-action 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/auto-go-mod-tidy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-go-mod-tidy.yml b/.github/workflows/auto-go-mod-tidy.yml index 386aaab..8c47d07 100644 --- a/.github/workflows/auto-go-mod-tidy.yml +++ b/.github/workflows/auto-go-mod-tidy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: debug - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - uses: actions/checkout@v4 - name: Install Go uses: actions/setup-go@v5