From 869ba181c7550e65c4f2b765a2732def674823d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:26:45 -0600 Subject: [PATCH] Bump tibdex/backport from 2.0.3 to 2.0.4 (#8779) * Bump tibdex/backport from 2.0.3 to 2.0.4 Bumps [tibdex/backport](https://github.com/tibdex/backport) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/tibdex/backport/releases) - [Commits](https://github.com/tibdex/backport/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: tibdex/backport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR * change doesn't require changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Emily Rockman --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 1cbfb7a66a0..b20069df9b6 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -35,6 +35,6 @@ jobs: github.event.pull_request.merged && contains(github.event.label.name, 'backport') steps: - - uses: tibdex/backport@v2.0.3 + - uses: tibdex/backport@v2.0.4 with: github_token: ${{ secrets.GITHUB_TOKEN }}