Upgrade WFs from main to v4

The `v3` has to be updated by Dependabot automatically

# Conflicts:
#	.github/workflows/ci-snapshot.yml
This commit is contained in:
Artem Bilan
2024-10-23 14:40:32 -04:00
parent d3d876a3ea
commit 3eb380b851
3 changed files with 8 additions and 3 deletions

View File

@@ -8,13 +8,18 @@ on:
- main
- '*.x'
schedule:
- cron: '0 5 * * *'
concurrency:
group: group-snapshot-for-${{ github.ref }}
cancel-in-progress: true
jobs:
build-snapshot:
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v4
with:
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
secrets:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

View File

@@ -12,7 +12,7 @@ jobs:
merge-dependabot-pr:
permissions: write-all
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v4
with:
mergeArguments: --auto --squash
autoMergeSnapshots: true

View File

@@ -12,7 +12,7 @@ jobs:
contents: write
issues: write
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v4
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}