Skip to content

Commit f167d9b

Browse files
ci(deps): bump hmarr/debug-action from 2.0.1 to 2.1.0
Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/hmarr/debug-action/releases) - [Commits](hmarr/debug-action@v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: hmarr/debug-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cca969 commit f167d9b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- id: debug
3939
name: Print environment variables and event payload
40-
uses: hmarr/debug-action@v2.0.1
40+
uses: hmarr/debug-action@v2.1.0
4141
- id: checkout
4242
name: Checkout ${{ env.REF }}
4343
uses: actions/checkout@v3.1.0

.github/workflows/dependabot-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- id: debug
3333
name: Print environment variables and event payload
34-
uses: hmarr/debug-action@v2.0.1
34+
uses: hmarr/debug-action@v2.1.0
3535
- id: metadata
3636
name: Fetch metadata
3737
uses: dependabot/fetch-metadata@v1.3.4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- id: debug
4343
name: Print environment variables and event payload
44-
uses: hmarr/debug-action@v2.0.1
44+
uses: hmarr/debug-action@v2.1.0
4545
- id: checkout
4646
name: Checkout ${{ env.TAG }}
4747
uses: actions/checkout@v3.1.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- id: debug
4646
name: Print environment variables and event payload
47-
uses: hmarr/debug-action@v2.0.1
47+
uses: hmarr/debug-action@v2.1.0
4848
- id: checkout
4949
name: Checkout ${{ env.REF }}
5050
uses: actions/checkout@v3.1.0

0 commit comments

Comments
 (0)