Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.4.2 to 2.7.1
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@749f47b...243af85)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 45a0cce commit 1e843f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
${{ steps.go-cache-paths.outputs.go-mod }}
key: go-cache-${{ hashFiles('**/go.sum') }}
- name: Build and unit-test Pulumi Java SDK
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
with:
arguments: build
build-root-directory: sdk/java
Expand All @@ -92,7 +92,7 @@ jobs:
name: go-binaries
path: bin/
- name: Publish Pulumi Java SDK to Maven Local
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
with:
arguments: publishToMavenLocal
build-root-directory: sdk/java
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Setup versioning env vars
run: cat artifacts/versions.txt | tee $GITHUB_ENV
- name: Publish Pulumi Java SDK to Maven Local to enable codegen tests
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
env:
# Override to match gen_test.go
PULUMI_JAVA_SDK_VERSION: 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-java-sdk-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b
- name: Publish Pulumi Java SDK
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
with:
arguments: pulumi:publishToSonatype closeAndReleaseSonatypeStagingRepository
build-root-directory: sdk/java

0 comments on commit 1e843f4

Please sign in to comment.