Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 6ed1f88 commit eae8650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.2
uses: gradle/actions/setup-gradle@v3.4.1
with:
gradle-home-cache-cleanup: true
- run: ./gradlew --version

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3.3.2
uses: gradle/actions/wrapper-validation@v3.4.1

- name: Cache Gradle dependencies
uses: actions/cache@v4.0.2
Expand All @@ -45,7 +45,7 @@ jobs:
cache: gradle

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.3.2
uses: gradle/actions/setup-gradle@v3.4.1

- name: Build and Run Tests
run: ./gradlew build -s
Expand Down

0 comments on commit eae8650

Please sign in to comment.