From daf06622a2b3a4dab8142ddfe958b986bc23942b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:53:35 +0000 Subject: [PATCH] Bump nashmaniac/create-issue-action from 1.1 to 1.2 Bumps [nashmaniac/create-issue-action](https://github.com/nashmaniac/create-issue-action) from 1.1 to 1.2. - [Release notes](https://github.com/nashmaniac/create-issue-action/releases) - [Commits](https://github.com/nashmaniac/create-issue-action/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: nashmaniac/create-issue-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/apidiff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apidiff.yml b/.github/workflows/apidiff.yml index 2ccf11758..a842e3332 100644 --- a/.github/workflows/apidiff.yml +++ b/.github/workflows/apidiff.yml @@ -26,7 +26,7 @@ jobs: compare-imports: true print-compatible: true - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: