From 2ee900dc92632adf994f8e437b6d16840fd61f58 Mon Sep 17 00:00:00 2001 From: Nico Korthout Date: Tue, 22 Nov 2022 15:03:58 +0100 Subject: [PATCH] ci(backport): use major version This project can easily use the latest release, without having to explicitly update on each release. This should make it easier to release more often. --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 41051a9..d22b315 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Create backport PRs - uses: zeebe-io/backport-action@v0.0.8 + uses: zeebe-io/backport-action@v0 with: # Required # Token to authenticate requests to GitHub