From e04d46ccd51461a266f2925349a9465d82a356ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:32:54 +0000 Subject: [PATCH] ci: bump hmarr/debug-action from 2.0.1 to 2.1.0 (#171) Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/hmarr/debug-action/releases) - [Commits](https://github.com/hmarr/debug-action/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: hmarr/debug-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-labeler.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index c71ae214a..cd2d96ff3 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -19,7 +19,7 @@ jobs: permissions: pull-requests: write steps: - - uses: hmarr/debug-action@v2.0.1 + - uses: hmarr/debug-action@v2.1.0 - uses: thehanimo/pr-title-checker@v1.3.5 name: "Validate PR's title" with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d99f7179..cf2b91aa0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: collect_analytics: false steps: - - uses: hmarr/debug-action@v2.0.1 + - uses: hmarr/debug-action@v2.1.0 - name: Extract branch name on direct push to a branch if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/') @@ -112,7 +112,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: hmarr/debug-action@v2.0.1 + - uses: hmarr/debug-action@v2.1.0 - name: Extract branch name on direct push to a branch if: github.event_name == 'push'