From f50d9659b3e512ea5988c7dcebd7d8a3d5189387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:32:22 +0000 Subject: [PATCH] ci: bump hmarr/debug-action from 2.1.0 to 3.0.0 (#300) 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> Co-authored-by: Sergey Zhuk --- .github/workflows/git-command.yml | 2 +- .github/workflows/jira-command.yml | 2 +- .github/workflows/pr-labeler.yml | 2 +- .github/workflows/slash-command-dispatch.yml | 2 +- .github/workflows/sync-pr-ls.yml | 2 +- .github/workflows/sync-pr-lse.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/git-command.yml b/.github/workflows/git-command.yml index 76df571b..398feda4 100644 --- a/.github/workflows/git-command.yml +++ b/.github/workflows/git-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/jira-command.yml b/.github/workflows/jira-command.yml index 4875fcc1..26370007 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 1e52b5b9..1c3a9f1b 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 47f4ba1b..3dac5493 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -18,7 +18,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-ls.yml b/.github/workflows/sync-pr-ls.yml index f59115c2..e9979493 100644 --- a/.github/workflows/sync-pr-ls.yml +++ b/.github/workflows/sync-pr-ls.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: Sync PR uses: actions/github-script@v7 diff --git a/.github/workflows/sync-pr-lse.yml b/.github/workflows/sync-pr-lse.yml index fd781f3b..407ac641 100644 --- a/.github/workflows/sync-pr-lse.yml +++ b/.github/workflows/sync-pr-lse.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