diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-11-18 12:31:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 12:31:50 +0100 |
commit | f4ae804b35b37404626b389aa95324a800fc57a4 (patch) | |
tree | 44e90c37bbd9b80be7a551ca2befea6dbf01d279 | |
parent | 0adced4b9e954f2643a9eaac78f8e95a9f58437f (diff) | |
parent | 3771f931bfc5902047755ef810bed299df91400d (diff) |
Merge pull request #5569 from NixOS/dependabot/github_actions/zeebe-io/backport-action-0.0.7
Bump zeebe-io/backport-action from 0.0.5 to 0.0.7
-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 af12190e2..ec7ab4516 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Create backport PRs # should be kept in sync with `version` - uses: zeebe-io/backport-action@v0.0.5 + uses: zeebe-io/backport-action@v0.0.7 with: # Config README: https://github.com/zeebe-io/backport-action#backport-action github_token: ${{ secrets.GITHUB_TOKEN }} |