Skip to content

Commit

Permalink
ci(deps): Bump hmarr/debug-action from 2.1.0 to 3.0.0 (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent a6f9b03 commit dad37d1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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/[email protected]
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 @@ -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/[email protected]
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/[email protected]
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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
Expand Down

0 comments on commit dad37d1

Please sign in to comment.