Skip to content

Commit

Permalink
ci(deps): bump hmarr/debug-action from 2.1.0 to 3.0.0 (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent 937f178 commit 9edfe9f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-dedupe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-linked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-inactive-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9edfe9f

Please sign in to comment.