From 6868e17fb69ef1f9ce897e0dc561484a031d5c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:11:33 +0000 Subject: [PATCH] ci(deps): Bump hmarr/debug-action from 2.1.0 to 3.0.0 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] --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/auto-review.yml | 2 +- .github/workflows/cache-cleanup.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/dependabot-dedupe.yml | 2 +- .github/workflows/infrastructure.yml | 2 +- .github/workflows/label-linked-issues.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release-chore.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/typescript-canary.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 94e6c16..41dd6f0 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -30,7 +30,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token uses: actions/create-github-app-token@v1.6.0 diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index a2a27d2..ac91165 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -26,7 +26,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token uses: actions/create-github-app-token@v1.6.0 diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index b703c9f..b62a552 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -34,7 +34,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token uses: actions/create-github-app-token@v1.6.0 diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index acb001a..cc18752 100644 --- a/.github/workflows/cache-cleanup.yml +++ b/.github/workflows/cache-cleanup.yml @@ -43,7 +43,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout main uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83d55ec..3e80666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 7087862..33066e5 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -39,7 +39,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token uses: actions/create-github-app-token@v1.6.0 diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index c48923c..0ed3dbc 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -42,7 +42,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token uses: actions/create-github-app-token@v1.6.0 diff --git a/.github/workflows/label-linked-issues.yml b/.github/workflows/label-linked-issues.yml index 700286d..451fbf5 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -41,7 +41,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout main uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 749366b..4cdf496 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ github.ref_name }} uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index 948af60..4a580af 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -44,7 +44,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: fail-actor if: contains(vars.MAINTAINERS, github.actor) == false name: Fail on unauthorized actor diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76fa8e5..02e00b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml index 1fadb38..d1368c6 100644 --- a/.github/workflows/typescript-canary.yml +++ b/.github/workflows/typescript-canary.yml @@ -45,7 +45,7 @@ jobs: steps: - id: debug name: Print environment variables and event payload - uses: hmarr/debug-action@v2.1.0 + uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ github.ref_name }} uses: actions/checkout@v4.1.1