From 08a358ffab51324f42ad578e9116bd1947d0c84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8?= Date: Fri, 28 Mar 2025 09:52:51 +0800 Subject: [PATCH] Update pull_request.yml --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7a661c33..96945b83 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,7 +19,7 @@ jobs: with: java-version: 1.8 - name: Cache Maven Repository - uses: actions/cache@v1 + uses: actions/cache@v4.2.3 with: path: ~/.m2 key: jetlinks-community-maven-repository