diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 3c441ef0..110ecd19 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 3f967f9e..43496c42 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 24ae5985..6de3b5db 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 acb001af..cc187521 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 83d55ec8..3e806663 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 f8add5d0..7266dd69 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 59ad14aa..612359ab 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 700286d6..451fbf5f 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 749366b4..4cdf496d 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 4c24c27e..935e3db2 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 76fa8e56..02e00b57 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 1fadb38e..d1368c69 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