Skip to content

Commit

Permalink
Bump gradle/actions from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 7232aeb commit 693104d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

# https://github.com/gradle/gradle-build-action
- name: Setup Gradle
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

# https://github.com/gradle/wrapper-validation-action
- name: Wrapper validation
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

# https://github.com/actions/setup-java
- name: Set up JDK 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# https://github.com/gradle/wrapper-validation-action
- name: Wrapper validation
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2

- name: Make Gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit 693104d

Please sign in to comment.