Skip to content

Commit

Permalink
Bump gradle/gradle-build-action due to node v16 warning. Bump Python …
Browse files Browse the repository at this point in the history
…to 3.9. (#3232)
  • Loading branch information
thomas11 committed Apr 22, 2024
1 parent 04d16b5 commit d5b1fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.9"

- name: Setup DotNet
if: inputs.skip_dotnet_and_java != 'true'
Expand All @@ -44,6 +44,6 @@ runs:

- name: Setup Gradle
if: inputs.skip_dotnet_and_java != 'true'
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
gradle-version: "8.3"
gradle-version: "8.7"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
# Therefore we can't publish prereleases without risking breaking customers.
# All other ecosystems handle prereleases correctly, Maven is the exception.
if: inputs.prerelease == false
uses: gradle/gradle-build-action@9b814496b50909128c6a52622b416c5ffa04db49
uses: gradle/gradle-build-action@v3
with:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
build-root-directory: ./sdk/java
Expand Down

0 comments on commit d5b1fbb

Please sign in to comment.