Upgrade to the latest reusable workflows

This commit is contained in:
Artem Bilan
2024-01-17 12:40:16 -05:00
parent c671246c14
commit f6b0c93a2b
4 changed files with 4 additions and 4 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@v2
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

View File

@@ -9,7 +9,7 @@ on:
jobs:
build-snapshot:
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v2
secrets:
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}

View File

@@ -7,4 +7,4 @@ on:
jobs:
build-pull-request:
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v2

View File

@@ -10,7 +10,7 @@ jobs:
permissions:
actions: write
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v2
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}