summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-07-25 19:22:26 +0100
committerGitHub <noreply@github.com>2021-07-25 19:22:26 +0100
commit2f9cf506dd12c86a322ace5ae74b4eafee172cc2 (patch)
treeae4b7359318ffcb53bcee78b70ff180f33320ba9 /.github
parent212df82640d78ed88e18aacb1de85bb6da1a4718 (diff)
downloadnixpkgs-2f9cf506dd12c86a322ace5ae74b4eafee172cc2.tar
nixpkgs-2f9cf506dd12c86a322ace5ae74b4eafee172cc2.tar.gz
nixpkgs-2f9cf506dd12c86a322ace5ae74b4eafee172cc2.tar.bz2
nixpkgs-2f9cf506dd12c86a322ace5ae74b4eafee172cc2.tar.lz
nixpkgs-2f9cf506dd12c86a322ace5ae74b4eafee172cc2.tar.xz
nixpkgs-2f9cf506dd12c86a322ace5ae74b4eafee172cc2.tar.zst
nixpkgs-2f9cf506dd12c86a322ace5ae74b4eafee172cc2.zip
build(deps): bump zeebe-io/backport-action (#131466)
* build(deps): bump zeebe-io/backport-action

Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 2b994724142df0774855690db56bc6308fb99ffa to 0.0.5. This release includes the previously tagged commit.
- [Release notes](https://github.com/zeebe-io/backport-action/releases)
- [Commits](https://github.com/zeebe-io/backport-action/compare/2b994724142df0774855690db56bc6308fb99ffa...e5d4d7c39c94b65670847d11d259b2f574fa3d30)

---
updated-dependencies:
- dependency-name: zeebe-io/backport-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index bea970f02d4..0e3f315bb0d 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -15,13 +15,13 @@ jobs:
           ref: ${{ github.event.pull_request.head.sha }}
       - name: Create backport PRs
         # should be kept in sync with `version`
-        uses: zeebe-io/backport-action@2b994724142df0774855690db56bc6308fb99ffa
+        uses: zeebe-io/backport-action@v0.0.5
         with:
           # Config README: https://github.com/zeebe-io/backport-action#backport-action
           github_token: ${{ secrets.GITHUB_TOKEN }}
           github_workspace: ${{ github.workspace }}
           # should be kept in sync with `uses`
-          version: 2b994724142df0774855690db56bc6308fb99ffa
+          version: v0.0.5
           pull_description: |-
             Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.