From 0e2c0b905d2f81147b6dbe25a06a8e88a909c02b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 01:42:29 +0000 Subject: [PATCH] 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](https://github.com/hmarr/debug-action/compare/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] --- .github/workflows/ci.yml | 2 +- .github/workflows/dependabot-auto.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4f36987..1b47280e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/checkout@v3.1.0 diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 6b9e2384..85b4db97 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -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/fetch-metadata@v1.3.4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 32ca94d1..30d4c854 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,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.TAG }} uses: actions/checkout@v3.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0309e8fe..08ad3efc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/checkout@v3.1.0