Skip to content

Commit

Permalink
Prepare for v3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Feb 13, 2024
1 parent 8a945e8 commit 417ae3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency-submission/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 417ae3c

Please sign in to comment.