diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index dc58293..1b990d3 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,6 +14,6 @@ jobs: pull-requests: write # needed to open the PR steps: - name: Backport - uses: m-kuhn/backport@30b6e83906cc97bad3a02867181d6236becf68f9 + uses: m-kuhn/backport@74eb973c022c9abb04555b3fde955fbe056d78f5 with: github_token: ${{ secrets.GITHUB_TOKEN }}