Skip to content

Commit

Permalink
Prepare for v3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Apr 8, 2024
1 parent 3fdc233 commit 1168cd3
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 @@ -70,7 +70,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.2.0
uses: gradle/actions/setup-gradle@v3.2.1
with:
dependency-graph: ${{ inputs.dependency-graph }}
dependency-graph-continue-on-failure: false
Expand All @@ -89,7 +89,7 @@ runs:
${{ inputs.additional-arguments }}
- name: Download and submit dependency graph
if: ${{ inputs.dependency-graph == 'download-and-submit' }}
uses: gradle/actions/setup-gradle@v3.2.0
uses: gradle/actions/setup-gradle@v3.2.1
with:
dependency-graph: download-and-submit
dependency-graph-continue-on-failure: false
Expand Down

0 comments on commit 1168cd3

Please sign in to comment.