aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/backport.yml
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-11-29 11:30:17 +0100
committerGitHub <noreply@github.com>2022-11-29 11:30:17 +0100
commit4dda67260a62d10da7815955087362fa1146139e (patch)
tree6b8c9ba6e1be62c75ce00831dfff09c1e42c973e /.github/workflows/backport.yml
parentdbf78a7adacc6cf8e977901cfb6bdabfd80f1ab5 (diff)
parentdc61e1028d73db406d47c0fb979219f193b74777 (diff)
Merge pull request #7363 from NixOS/dependabot/github_actions/zeebe-io/backport-action-0.0.9
Bump zeebe-io/backport-action from 0.0.8 to 0.0.9
Diffstat (limited to '.github/workflows/backport.yml')
-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 75be788ef..7568145b6 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.8
+ uses: zeebe-io/backport-action@v0.0.9
with:
# Config README: https://github.com/zeebe-io/backport-action#backport-action
github_token: ${{ secrets.GITHUB_TOKEN }}