File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
actions/prepare-gradle-build Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2828 using : composite
2929 steps :
3030 - name : Set Up Java
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 distribution : ${{ inputs.java-early-access == 'true' && 'temurin' || (inputs.java-distribution || 'liberica') }}
3434 java-version : |
@@ -37,12 +37,12 @@ runs:
3737 25
3838 - name : Set Up Gradle With Read/Write Cache
3939 if : ${{ inputs.cache-read-only == 'false' }}
40- uses : gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4 .0
40+ uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0 .0
4141 with :
4242 cache-read-only : false
4343 develocity-access-key : ${{ inputs.develocity-access-key }}
4444 - name : Set Up Gradle
45- uses : gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4 .0
45+ uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0 .0
4646 with :
4747 develocity-access-key : ${{ inputs.develocity-access-key }}
4848 develocity-token-expiry : 4
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Create Backport Issue
22- uses : spring-io/backport-bot@v0.0.1
22+ uses : spring-io/backport-bot@f16bdf71d0e79da6bf201133eb9311eb44b94bb8 # v0.0.1
2323 with :
2424 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 if : ${{ github.repository == 'spring-projects/spring-graphql' }}
1515 steps :
1616 - name : Check Out Code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : Build and Publish
1919 id : build-and-publish
2020 uses : ./.github/actions/build-and-publish
2121 with :
2222 develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
2323 publish : true
2424 - name : Deploy
25- uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
25+ uses : spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
2626 with :
2727 uri : ' https://repo.spring.io'
2828 username : ${{ secrets.ARTIFACTORY_USERNAME }}
Original file line number Diff line number Diff line change 3232 version : 17
3333 steps :
3434 - name : Check Out Code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v6
3636 - name : Build
3737 id : build
3838 uses : ./.github/actions/build-and-publish
Original file line number Diff line number Diff line change 1616 if : github.repository_owner == 'spring-projects'
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 ref : docs-build
2222 fetch-depth : 1
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check Out Code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Build and Publish
2020 id : build-and-publish
2121 uses : ./.github/actions/build-and-publish
2222 with :
2323 develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
2424 publish : true
2525 - name : Stage Release
26- uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
26+ uses : spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
2727 with :
2828 uri : ' https://repo.spring.io'
2929 username : ${{ secrets.ARTIFACTORY_USERNAME }}
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Check Out Code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 - name : Sync to Maven Central
4949 uses : ./.github/actions/sync-to-maven-central
5050 with :
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Check Out Code
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v6
7676 - name : Create GitHub Release
7777 uses : ./.github/actions/create-github-release
7878 with :
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check Out Code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : Build and Publish
1919 id : build-and-publish
2020 uses : ./.github/actions/build-and-publish
2121 with :
2222 develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
2323 publish : true
2424 - name : Stage Release
25- uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
25+ uses : spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
2626 with :
2727 build-name : ${{ format('spring-graphql-{0}', steps.build-and-publish.outputs.version)}}
2828 folder : ' deployment-repository'
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Check Out Code
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747 - name : Sync to Maven Central
4848 uses : ./.github/actions/sync-to-maven-central
4949 with :
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Check Out Code
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v6
7676 - name : Create GitHub Release
7777 uses : ./.github/actions/create-github-release
7878 with :
You can’t perform that action at this time.
0 commit comments