diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 682eb7b8..f10d3d09 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -21,7 +21,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Backport - uses: VachaShah/backport@v1.1.4 + uses: VachaShah/backport@v2.2.0 with: github_token: ${{ steps.github_app_token.outputs.token }} branch_name: backport/backport-${{ github.event.number }} diff --git a/CHANGELOG.md b/CHANGELOG.md index abcc245c..c1e2e2d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `sysinfo` from 0.31.2 to 0.33.0 - Bumps `thiserror` from 1 to 2 - Bump `dangoslen/dependabot-changelog-helper` from 2 to 3 ([#298](https://github.com/opensearch-project/opensearch-rs/pull/298)) +- Bump `VachaShah/backport` from 1.1.4 to 2.2.0 ([#299](https://github.com/opensearch-project/opensearch-rs/pull/299)) ### Changed