Skip to content

Commit

Permalink
ci(deps): bump hmarr/debug-action from 2.0.1 to 2.1.0 (#32)
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] committed Oct 11, 2022
1 parent 54e1f3d commit f7adab9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- id: debug
name: Print environment variables and event payload
uses: hmarr/debug-action@v2.0.1
uses: hmarr/debug-action@v2.1.0
- id: env
name: Print environment variables
run: printenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- id: debug
name: Print environment variables and event payload
uses: hmarr/debug-action@v2.0.1
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- id: debug
name: Print environment variables and event payload
uses: hmarr/debug-action@v2.0.1
uses: hmarr/debug-action@v2.1.0
- id: metadata
name: Fetch metadata
uses: dependabot/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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.0.1
uses: hmarr/debug-action@v2.1.0
- id: checkout
name: Checkout ${{ env.REF }}
uses: actions/[email protected]
Expand Down

0 comments on commit f7adab9

Please sign in to comment.