This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch 
OPENNLP-1470_Modernize_maven.yml_to_fix_deprecation_warnings
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 2f29c46edb65700d5a75b65e5b0ff5ab337869d6
Author: Martin Wiesner <[email protected]>
AuthorDate: Sat Feb 18 08:08:23 2023 +0100

    OPENNLP-1470 Modernize maven.yml to fix deprecation warnings
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f11de986..ad82028f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,15 +32,15 @@ jobs:
 #            experimental: true
 
     steps:
-    - uses: actions/[email protected]
-    - uses: actions/[email protected]
+    - uses: actions/checkout@v3
+    - uses: actions/cache@v3
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v2
+      uses: actions/setup-java@v3
       with:
         distribution: adopt
         java-version: ${{ matrix.java }}

Reply via email to