Skip to content

Commit 8f6608c

Browse files
CopilotYunchuWang
andcommitted
Fix Gradle cache service error by updating gradle-build-action to v3
Co-authored-by: YunchuWang <12449837+YunchuWang@users.noreply.github.com>
1 parent f8bc07b commit 8f6608c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-validation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
distribution: 'temurin'
4040

4141
- name: Setup Gradle
42-
uses: gradle/gradle-build-action@v2
42+
uses: gradle/gradle-build-action@v3
4343

4444
- name: Build with Gradle
4545
run: ./gradlew build -x test
@@ -117,7 +117,7 @@ jobs:
117117
distribution: 'temurin'
118118

119119
- name: Setup Gradle
120-
uses: gradle/gradle-build-action@v2
120+
uses: gradle/gradle-build-action@v3
121121

122122
- name: Publish to local
123123
run: ./gradlew publishToMavenLocal -PskipSigning
@@ -131,7 +131,7 @@ jobs:
131131
shell: pwsh
132132

133133
- name: End to End Tests with Gradle
134-
uses: gradle/gradle-build-action@v2
134+
uses: gradle/gradle-build-action@v3
135135
with:
136136
arguments: endToEndTest
137137

@@ -156,7 +156,7 @@ jobs:
156156
distribution: 'temurin'
157157

158158
- name: Setup Gradle
159-
uses: gradle/gradle-build-action@v2
159+
uses: gradle/gradle-build-action@v3
160160

161161
- name: Publish to local
162162
run: ./gradlew publishToMavenLocal -PskipSigning
@@ -170,7 +170,7 @@ jobs:
170170
shell: pwsh
171171

172172
- name: Sample Tests with Gradle
173-
uses: gradle/gradle-build-action@v2
173+
uses: gradle/gradle-build-action@v3
174174
with:
175175
arguments: sampleTest
176176

0 commit comments

Comments
 (0)