Upgrade reusable workflows to the latest

This commit is contained in:
Artem Bilan
2024-02-16 17:24:14 -05:00
parent 3695e6bbd1
commit 1400822d5b
4 changed files with 12 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ on:
jobs:
backport-issue:
uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v1
uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}