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

bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d78750  NIFIREG-440 Updated GitHub Action versions (#315)
5d78750 is described below

commit 5d78750636365659e07c5a40fdda09ed8aa01acb
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Feb 17 07:55:02 2021 -0600

    NIFIREG-440 Updated GitHub Action versions (#315)
    
    Looks good
---
 .github/workflows/ci-workflow.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index e89e845..7814165 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -30,42 +30,42 @@ jobs:
     - name: Checkout Code
       uses: actions/checkout@v2
     - name: Check NPM Cache
-      uses: actions/[email protected]
+      uses: actions/cache@v2
       with:
         path: ~/.npm
         key: linux-${{ matrix.java }}-npm-${{ 
hashFiles('**/package-lock.json') }}
         restore-keys: |
           linux-${{ matrix.java }}-npm-
     - name: Check Maven Com Cache
-      uses: actions/[email protected]
+      uses: actions/cache@v2
       with:
         path: ~/.m2/repository/com
         key: linux-${{ matrix.java }}-maven-com-${{ hashFiles('**/pom.xml') }}
         restore-keys: |
           linux-${{ matrix.java }}-maven-com-
     - name: Check Maven Org Cache
-      uses: actions/[email protected]
+      uses: actions/cache@v2
       with:
         path: ~/.m2/repository/org
         key: linux-${{ matrix.java }}-maven-org-${{ hashFiles('**/pom.xml') }}
         restore-keys: |
           linux-${{ matrix.java }}-maven-org-
     - name: Check Maven Net Cache
-      uses: actions/[email protected]
+      uses: actions/cache@v2
       with:
         path: ~/.m2/repository/net
         key: linux-${{ matrix.java }}-maven-net-${{ hashFiles('**/pom.xml') }}
         restore-keys: |
           linux-${{ matrix.java }}-maven-net-
     - name: Check Maven IO Cache
-      uses: actions/[email protected]
+      uses: actions/cache@v2
       with:
         path: ~/.m2/repository/io
         key: linux-${{ matrix.java }}-maven-io-${{ hashFiles('**/pom.xml') }}
         restore-keys: |
           linux-${{ matrix.java }}-maven-io-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/[email protected]
+      uses: actions/setup-java@v1
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven

Reply via email to