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