From 8902854100bd9ab1dee086ac7f913472a2a67ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:16:29 +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 3c441ef..110ecd1 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.8.0 diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 3f967f9..43496c4 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.8.0 diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 24ae598..6de3b5d 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.8.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 c21055d..ba45a7b 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 f8add5d..7266dd6 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.8.0 diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 59ad14a..612359a 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.8.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 f1b6535..4aa3e49 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 320ce6d..4ed2116 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,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