From 30f1a218747a82f8329dd7ca4cb0946451b81bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:27:52 +0000 Subject: [PATCH] ci: bump hmarr/debug-action from 2.1.0 to 3.0.0 (#136) 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/jira-command.yml | 2 +- .github/workflows/pr-labeler.yml | 2 +- .github/workflows/slash-command-dispatch.yml | 2 +- .github/workflows/sync-pr.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jira-command.yml b/.github/workflows/jira-command.yml index 4875fcc..2637000 100644 --- a/.github/workflows/jira-command.yml +++ b/.github/workflows/jira-command.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: Add Workflow link to command comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index fba65d3..6e7f880 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -18,7 +18,7 @@ jobs: name: "PR label validator" runs-on: ubuntu-latest steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - uses: thehanimo/pr-title-checker@v1.4.1 name: "Validate PR's title" with: diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 95cf0fc..0673a91 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 1 runs-on: ubuntu-latest steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: 'Validate command' id: determine_command diff --git a/.github/workflows/sync-pr.yml b/.github/workflows/sync-pr.yml index fd781f3..407ac64 100644 --- a/.github/workflows/sync-pr.yml +++ b/.github/workflows/sync-pr.yml @@ -25,7 +25,7 @@ jobs: if: startsWith(github.head_ref, 'fb-') runs-on: ubuntu-latest steps: - - uses: hmarr/debug-action@v2.1.0 + - uses: hmarr/debug-action@v3.0.0 - name: Check user's membership uses: actions/github-script@v7