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