From 87828e656d90b4e232f9c16842d14c32302d056a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:41:48 +0200 Subject: [PATCH] chore(deps): bump cakeinpanic/jira-description-action from 0.4.0 to 0.6.1 (#2212) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 9e8f81f910..c8155fb946 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.4.0 + - uses: cakeinpanic/jira-description-action@v0.6.1 name: jira-description-action with: github-token: ${{ secrets.GITHUB_TOKEN }}