diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-05-25 10:46:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 10:46:57 +0200 |
commit | a2911e2e4a5f058828e6cafb2dde632ea1b5b7a6 (patch) | |
tree | 39e85a6efce33909da57d9b06cb26fbb82ee736e | |
parent | 40821f857d2c69e06a4cd48a300413b030917be4 (diff) | |
parent | d1c270431ab017c48c28801bb93091c091e9d49d (diff) |
Merge pull request #6565 from NixOS/dependabot/github_actions/zeebe-io/backport-action-0.0.8
Bump zeebe-io/backport-action from 0.0.7 to 0.0.8
-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 dd481160f..3a2d4de0e 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.7 + uses: zeebe-io/backport-action@v0.0.8 with: # Config README: https://github.com/zeebe-io/backport-action#backport-action github_token: ${{ secrets.GITHUB_TOKEN }} |