mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Prepare for v3.1.0 release
This commit is contained in:
parent
8a945e8ba7
commit
417ae3ccd7
@ -59,7 +59,7 @@ runs:
|
||||
fi
|
||||
- name: Generate dependency graph
|
||||
if: ${{ inputs.dependency-graph == 'generate-and-submit' || inputs.dependency-graph == 'generate-and-upload' }}
|
||||
uses: gradle/actions/setup-gradle@v3.0.0
|
||||
uses: gradle/actions/setup-gradle@v3.1.0
|
||||
with:
|
||||
dependency-graph: ${{ inputs.dependency-graph }}
|
||||
dependency-graph-continue-on-failure: false
|
||||
@ -78,7 +78,7 @@ runs:
|
||||
${{ inputs.additional-arguments }}
|
||||
- name: Download and submit dependency graph
|
||||
if: ${{ inputs.dependency-graph == 'download-and-submit' }}
|
||||
uses: gradle/actions/setup-gradle@v3.0.0
|
||||
uses: gradle/actions/setup-gradle@v3.1.0
|
||||
with:
|
||||
dependency-graph: download-and-submit
|
||||
dependency-graph-continue-on-failure: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user