From 5cfd8763a91f8af00a737ef52192479f5246ef4e Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Thu, 12 Dec 2024 09:18:50 +1300 Subject: [PATCH] [Backport 2.x] GitHub Actions Updates (#301) * Bump dangoslen/dependabot-changelog-helper from 2 to 3 (#298) * Bump dangoslen/dependabot-changelog-helper from 2 to 3 Bumps [dangoslen/dependabot-changelog-helper](https://github.com/dangoslen/dependabot-changelog-helper) from 2 to 3. - [Release notes](https://github.com/dangoslen/dependabot-changelog-helper/releases) - [Changelog](https://github.com/dangoslen/dependabot-changelog-helper/blob/main/CHANGELOG.md) - [Commits](https://github.com/dangoslen/dependabot-changelog-helper/compare/v2...v3) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: dangoslen/dependabot-changelog-helper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 1679ae839d190f0e9fbcfe6c77a121f8cb5365b0) * Bump VachaShah/backport from 1.1.4 to 2.2.0 (#299) * Bump VachaShah/backport from 1.1.4 to 2.2.0 Bumps [VachaShah/backport](https://github.com/vachashah/backport) from 1.1.4 to 2.2.0. - [Release notes](https://github.com/vachashah/backport/releases) - [Changelog](https://github.com/VachaShah/backport/blob/main/CHANGELOG.md) - [Commits](https://github.com/vachashah/backport/compare/v1.1.4...v2.2.0) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: VachaShah/backport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 566bb518a38dd2df5465ae5db7971a13182adfae) * Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#300) * Bump stefanzweifel/git-auto-commit-action from 4 to 5 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit 3fb7e2d99c40fc1096decbe936a84ca5a121cce6) --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backport.yml | 2 +- .github/workflows/dependabot_pr.yml | 4 ++-- CHANGELOG.md | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) 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/.github/workflows/dependabot_pr.yml b/.github/workflows/dependabot_pr.yml index 61b54e64..deeacfca 100644 --- a/.github/workflows/dependabot_pr.yml +++ b/.github/workflows/dependabot_pr.yml @@ -29,12 +29,12 @@ jobs: token: ${{ steps.github_app_token.outputs.token }} - name: Update the changelog - uses: dangoslen/dependabot-changelog-helper@v2 + uses: dangoslen/dependabot-changelog-helper@v3 with: version: "Unreleased" - name: Commit the changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update changelog" branch: ${{ github.head_ref }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 76267cff..671e3c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `sysinfo` from 0.31.2 to 0.33.0 +- 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)) +- Bump `stefanzweifel/git-auto-commit-action` from 4 to 5 ([#300](https://github.com/opensearch-project/opensearch-rs/pull/300)) ### Changed