Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): Bump hmarr/debug-action from 2.1.0 to 3.0.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading