Upgrade to Gradle 8.6; latest reusable workflows

* Add `package-ecosystem: "github-actions"` for Dependabot
This commit is contained in:
Artem Bilan
2024-02-09 16:04:55 -05:00
parent ed67f4ae11
commit de291d81d1
7 changed files with 26 additions and 8 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 }}