Upgrade to reusable spring-io/spring-github-workflows@v3

Apparently Dependabot can upgrade reusable GHA workflows as well.
So less burden on support and less stress from changes in those reusable workflows in `main`

**Auto-cherry-pick to `6.3.x` & `6.2.x`**
This commit is contained in:
Artem Bilan
2024-07-18 16:23:24 -04:00
parent 53ef8ec5c5
commit de58d8c942
7 changed files with 7 additions and 7 deletions

View File

@@ -8,6 +8,6 @@ on:
jobs:
cherry-pick-commit:
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@main
uses: spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@v3
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}