From b2e2292cfc7ada35794a12e42a0c3d18cd8739b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:30:03 +0000 Subject: [PATCH] chore(deps): bump cakeinpanic/jira-description-action from 0.6.1 to 0.7.0 (#2297) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina --- .github/workflows/jira-lint-and-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira-lint-and-link.yml b/.github/workflows/jira-lint-and-link.yml index c8155fb946..52febc8d8d 100644 --- a/.github/workflows/jira-lint-and-link.yml +++ b/.github/workflows/jira-lint-and-link.yml @@ -9,7 +9,7 @@ jobs: # Run only if the PR is not from a Fork / external contributor if: (!startsWith(github.ref, 'refs/heads/dependabot/') && github.repository_owner == 'wireapp') steps: - - uses: cakeinpanic/jira-description-action@v0.6.1 + - uses: cakeinpanic/jira-description-action@v0.7.0 name: jira-description-action with: github-token: ${{ secrets.GITHUB_TOKEN }}