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