aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-01-03 12:44:42 +0100
committerGitHub <noreply@github.com>2023-01-03 12:44:42 +0100
commit15341334b50b2b432830a8e78abc331d0a47de13 (patch)
treef9a5534d02ecbdd492406c834700c6d4cd5b1d02
parentae31b5f50f23aa308c69435048ee747543378e2f (diff)
parentf5db3a74c4abaec797e6ee74f4be348df55aca45 (diff)
Merge pull request #7516 from NixOS/dependabot/github_actions/zeebe-io/backport-action-1.0.1
Bump zeebe-io/backport-action from 0.0.9 to 1.0.1
-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 7568145b6..9f8d14509 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@v0.0.9
+ uses: zeebe-io/backport-action@v1.0.1
with:
# Config README: https://github.com/zeebe-io/backport-action#backport-action
github_token: ${{ secrets.GITHUB_TOKEN }}