Skip to content

Commit

Permalink
build(deps): bump gradle/actions (#87)
Browse files Browse the repository at this point in the history
Bumps the prod-github-actions group with 1 update in the / directory: [gradle/actions](https://github.com/gradle/actions).


Updates `gradle/actions` from 3.4.0 to 3.4.2
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.4.0...v3.4.2)

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

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] authored Jun 20, 2024
1 parent a2144de commit 4d20664
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Detekt
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.0
uses: gradle/actions/setup-gradle@v3.4.2
with:
gradle-home-cache-cleanup: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Android Lint
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.0
uses: gradle/actions/setup-gradle@v3.4.2
with:
gradle-home-cache-cleanup: true

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Android Lint
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.0
uses: gradle/actions/setup-gradle@v3.4.2
with:
gradle-home-cache-cleanup: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Maven Pre-Release
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.0
uses: gradle/actions/setup-gradle@v3.4.2
with:
gradle-home-cache-cleanup: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Sets up Gradle as a prerequisite to run Maven Release
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3.4.0
uses: gradle/actions/setup-gradle@v3.4.2
with:
gradle-home-cache-cleanup: true

Expand Down

0 comments on commit 4d20664

Please sign in to comment.