Skip to content

Commit

Permalink
ci(deps): Bump hmarr/debug-action from 2.1.0 to 3.0.0
Browse files Browse the repository at this point in the history
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](hmarr/debug-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent f9ab170 commit 8dce117
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 @@ -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/[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 8dce117

Please sign in to comment.