Skip to content

Commit 038b3b8

Browse files
chore(deps): update gradle/actions action to v4.4.1 (#559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87b1c0a commit 038b3b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
# https://github.com/marketplace/actions/build-with-gradle
8686
- name: Build with Gradle
87-
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
87+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
8888

8989
- name: Unit Tests
9090
run: ./gradlew testDebugUnitTest
@@ -119,7 +119,7 @@ jobs:
119119

120120
# https://github.com/marketplace/actions/build-with-gradle
121121
- name: Build with Gradle
122-
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
122+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
123123

124124
# https://github.com/marketplace/actions/setup-xcode-version
125125
- name: Setup Xcode version
@@ -162,7 +162,7 @@ jobs:
162162

163163
# https://github.com/marketplace/actions/build-with-gradle
164164
- name: Build with Gradle
165-
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
165+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
166166

167167
- name: Unit Tests
168168
run: ./gradlew :app:backend:check

0 commit comments

Comments
 (0)