diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-01-03 12:44:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 12:44:42 +0100 |
commit | 15341334b50b2b432830a8e78abc331d0a47de13 (patch) | |
tree | f9a5534d02ecbdd492406c834700c6d4cd5b1d02 | |
parent | ae31b5f50f23aa308c69435048ee747543378e2f (diff) | |
parent | f5db3a74c4abaec797e6ee74f4be348df55aca45 (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.yml | 2 |
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 }} |