From aadbbcb13717aba4f921c4907d00c3f4b8179cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 19:20:28 +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 f89a35d3..0dc19f5e 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 751f16d3..e8b73afa 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.5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 48a3475d..706aa97e 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 81f7464f..1b022f34 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