diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-05-31 12:10:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 12:10:55 +0200 |
commit | 41b6665603a4875e893dc51cf2933889c0e2e7bf (patch) | |
tree | 084ceef15218c86cbae47be8004e92ff2f77369b /.github | |
parent | 9a5b9c588fdafd0d22fb5fa6dfa683194450da67 (diff) | |
parent | 2e01a53a36737bf9fef6b277d3c8e45827a0c716 (diff) |
Merge pull request #8415 from NixOS/dependabot/github_actions/zeebe-io/backport-action-1.3.0
Bump zeebe-io/backport-action from 1.2.0 to 1.3.0
Diffstat (limited to '.github')
-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 b04723b95..37966bab2 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.2.0 + uses: zeebe-io/backport-action@v1.3.0 with: # Config README: https://github.com/zeebe-io/backport-action#backport-action github_token: ${{ secrets.GITHUB_TOKEN }} |