mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Prepare for v3.1.0 release
This commit is contained in:
parent
8a945e8ba7
commit
417ae3ccd7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue