From 0c252f69fb8adf2e37e711422354a35ed7903c38 Mon Sep 17 00:00:00 2001 From: LamGC Date: Wed, 22 Jun 2022 17:47:18 +0800 Subject: [PATCH] =?UTF-8?q?build(action):=20=E8=AE=BE=E7=BD=AE=20Gradle=20?= =?UTF-8?q?Build=20Action=20=E4=B8=BA=E5=87=86=E7=A1=AE=E7=9A=84=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E7=89=88=E6=9C=AC=E5=8F=B7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 设置准确的发布版本号, 有利于保证 Action 运行过程的稳定性. --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2954131..614d0d0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -28,7 +28,7 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build and test - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 + uses: gradle/gradle-build-action@v2.2.1 with: gradle-version: 'wrapper' arguments: test