From e858bd13151be0ee6a73835a26be4e7670a31649 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 24 Nov 2022 17:20:46 +0100 Subject: [PATCH] Update .github/workflows/backport.yml Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> --- .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 7aeaaf44886..762c5d6eeef 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,6 +24,6 @@ jobs: ) ) steps: - - uses: tibdex/backport@2e217641d82d02ba0603f46b1aeedefb258890ac # v0.4.0 + - uses: tibdex/backport@2e217641d82d02ba0603f46b1aeedefb258890ac # v2.0.3 with: github_token: ${{ secrets.GITHUB_TOKEN }}