From 888a062281490a3cf8c871c78e8a8f8428c5f59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:00:44 +0000 Subject: [PATCH] chore(deps): bump toptal/davinci-github-actions from 10.0.0 to 11.0.0 Bumps [toptal/davinci-github-actions](https://github.com/toptal/davinci-github-actions) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/toptal/davinci-github-actions/releases) - [Changelog](https://github.com/toptal/davinci-github-actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/toptal/davinci-github-actions/compare/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: toptal/davinci-github-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/handle-contribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/handle-contribution.yml b/.github/workflows/handle-contribution.yml index 1e7ad5fb..6102ce84 100644 --- a/.github/workflows/handle-contribution.yml +++ b/.github/workflows/handle-contribution.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest name: Call notify jira about contribution steps: - - uses: toptal/davinci-github-actions/notify-jira-about-contribution@v10.0.0 + - uses: toptal/davinci-github-actions/notify-jira-about-contribution@v11.0.0 with: team: frontend-experience-eng repo: ${{ github.event.repository.name }}