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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/main by this push:
     new 184bf00d OPENNLP-1470 Modernize maven.yml to fix deprecation warnings
184bf00d is described below

commit 184bf00d66f1ccd2da375c10625e0472f8f141d1
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