Skip to content

Commit

Permalink
Bump gradle/actions in the github-action-dependencies group
Browse files Browse the repository at this point in the history
Bumps the github-action-dependencies group with 1 update: [gradle/actions](https://github.com/gradle/actions).


Updates `gradle/actions` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@31ae356...dbbdc27)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tgregg committed Jun 28, 2024
1 parent 04eed12 commit 62f97c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'corretto'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
with:
validate-wrappers: true
- run: ./gradlew build
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
8
${{matrix.java}}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
with:
cache-read-only: true
validate-wrappers: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
11
17
21
- uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
- uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
with:
validate-wrappers: true
- name: Build Release Artifacts
Expand Down

0 comments on commit 62f97c1

Please sign in to comment.