Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2.6.0 to 2.7.0 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent a3b8371 commit 4e66c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
jdk: 17

- name: Detekt check
uses: gradle/gradle-build-action@v2.6.0
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: detekt

Expand All @@ -38,7 +38,7 @@ jobs:
jdk: 17

- name: Build
uses: gradle/gradle-build-action@v2.6.0
uses: gradle/gradle-build-action@v2.7.0
with:
arguments: build -x test

Expand Down

0 comments on commit 4e66c61

Please sign in to comment.