Skip to content

Commit 3b25af3

Browse files
ci(deps): bump hmarr/debug-action from 2.0.1 to 2.1.0 (#2)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef9e10d commit 3b25af3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
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

+1-1
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

+1-1
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

+1-1
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)