diff options
author | dependabot[bot] | 2023-02-27 12:10:47 +0000 |
---|---|---|
committer | zowoq | 2023-02-28 18:08:44 +1000 |
commit | 43760d9cc454ade3f7f00de14c27adb40889400b (patch) | |
tree | 09305b85424e6c91a48d9a87af3e73457689c61e /.github/workflows | |
parent | 2ab049a5c7c24dab62a7c3aa53b617fb16e98092 (diff) |
build(deps): bump korthout/backport-action from 1.1.0 to 1.2.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index f402376ebfb0..9a87e0e39588 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: korthout/backport-action@v1.1.0 + uses: korthout/backport-action@v1.2.0 with: # Config README: https://github.com/korthout/backport-action#backport-action pull_description: |- |