File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 will-release : ${{ steps.compute-next-version.outputs.will-release }}
3333 steps :
3434 - name : Checkout the repo
35- uses : actions/checkout@v4.1.6
35+ uses : actions/checkout@v4.1.7
3636 with :
3737 fetch-depth : 0
3838 - name : Compute next release version
@@ -117,7 +117,7 @@ jobs:
117117 (needs.test-extensively.result == 'success' || needs.test-extensively.result == 'skipped')
118118 steps :
119119 - name : Checkout the repo
120- uses : actions/checkout@v4.1.6
120+ uses : actions/checkout@v4.1.7
121121 - uses : DanySK/build-check-deploy-gradle-action@2.4.20
122122 with :
123123 maven-central-password : ${{ secrets.MAVEN_PASSWORD }}
@@ -146,7 +146,7 @@ jobs:
146146 if : needs.check-secrets.outputs.run-with-secrets == 'true'
147147 steps :
148148 - name : Checkout
149- uses : actions/checkout@v4.1.6
149+ uses : actions/checkout@v4.1.7
150150 with :
151151 token : ${{ secrets.DEPLOYMENT_TOKEN }}
152152 - name : Find the version of Node from package.json
You can’t perform that action at this time.
0 commit comments