diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-02-28 08:45:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 08:45:48 +0100 |
commit | 85a68a558046f8126565a74e2023967b914d416c (patch) | |
tree | baf8e83448aa0c38eac813cec7d726cdad4d829f | |
parent | eae89aca1ba0f8147a01960afef1ce5bac6911b6 (diff) | |
parent | c403303a9a71e6c83acf982e440d39b5a883225b (diff) |
Merge pull request #7915 from NixOS/dependabot/github_actions/zeebe-io/backport-action-1.2.0
Bump zeebe-io/backport-action from 1.1.0 to 1.2.0
-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 558cfa804..b04723b95 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Create backport PRs # should be kept in sync with `version` - uses: zeebe-io/backport-action@v1.1.0 + uses: zeebe-io/backport-action@v1.2.0 with: # Config README: https://github.com/zeebe-io/backport-action#backport-action github_token: ${{ secrets.GITHUB_TOKEN }} |