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