aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-02-28 08:45:48 +0100
committerGitHub <noreply@github.com>2023-02-28 08:45:48 +0100
commit85a68a558046f8126565a74e2023967b914d416c (patch)
treebaf8e83448aa0c38eac813cec7d726cdad4d829f
parenteae89aca1ba0f8147a01960afef1ce5bac6911b6 (diff)
parentc403303a9a71e6c83acf982e440d39b5a883225b (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.yml2
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 }}