Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent 4e1806e commit 279acc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
distribution: temurin

- name: Build logstash-core
uses: gradle/[email protected].1
uses: gradle/[email protected].2
with:
gradle-version: current
build-root-directory: logstash
arguments: assemble

- name: Build gem
uses: gradle/[email protected].1
uses: gradle/[email protected].2
with:
gradle-version: current
build-root-directory: logstash-input-grpc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
distribution: temurin

- name: Build logstash-core
uses: gradle/[email protected].1
uses: gradle/[email protected].2
with:
gradle-version: current
build-root-directory: logstash
arguments: assemble

- name: Test
uses: gradle/[email protected].1
uses: gradle/[email protected].2
with:
gradle-version: current
build-root-directory: logstash-input-grpc
Expand Down

0 comments on commit 279acc2

Please sign in to comment.