Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent 5bf820f commit 83f5543
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v2
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.2.0
uses: gradle/gradle-build-action@v3.2.1
with:
cache-write-only: true
- name: Run build (incl. test)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable.code-analysis.codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v2
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.2.0
uses: gradle/gradle-build-action@v3.2.1
with:
cache-read-only: true
- name: Run build with Gradle Wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable.code-analysis.trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v2
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.2.0
uses: gradle/gradle-build-action@v3.2.1
with:
cache-read-only: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable.integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '21'
- uses: gradle/wrapper-validation-action@v2
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.2.0
uses: gradle/gradle-build-action@v3.2.1
with:
cache-read-only: true

Expand Down

0 comments on commit 83f5543

Please sign in to comment.