Replace 'v3-beta' with 'v3' in docs

This commit is contained in:
daz
2024-01-29 09:52:29 -07:00
parent 0f26c9acd8
commit 0ac0f49dd2
5 changed files with 28 additions and 28 deletions

View File

@@ -52,7 +52,7 @@ runs:
steps:
- name: Generate dependency graph
if: ${{ inputs.dependency-graph == 'generate-and-submit' || inputs.dependency-graph == 'generate-and-upload' }}
uses: gradle/actions/setup-gradle@v3-beta
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: ${{ inputs.dependency-graph }}
dependency-graph-continue-on-failure: false
@@ -70,7 +70,7 @@ runs:
${{ inputs.additional-arguments }}
- name: Download and submit dependency graph
if: ${{ inputs.dependency-graph == 'download-and-submit' }}
uses: gradle/actions/setup-gradle@v3-beta
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: download-and-submit
dependency-graph-continue-on-failure: false