Skip to content

Commit

Permalink
Bump gradle/actions from 3.0.0 to 3.1.0 (#74)
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.0.0...v3.1.0)

---
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 Feb 14, 2024
1 parent 54cc04d commit ad79758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: gradle

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.0.0
uses: gradle/actions/setup-gradle@v3.1.0

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

0 comments on commit ad79758

Please sign in to comment.