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

geonhee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-intellij-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7eee31b  Bump actions/checkout from v1 to v2.3.4 (#10)
7eee31b is described below

commit 7eee31b9fa11e41fe925684f49bc0e3294b631e3
Author: 김건희 <[email protected]>
AuthorDate: Wed Apr 21 17:40:37 2021 +0900

    Bump actions/checkout from v1 to v2.3.4 (#10)
---
 .github/workflows/compatibility.yml | 2 +-
 .github/workflows/gradle.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/compatibility.yml 
b/.github/workflows/compatibility.yml
index 710607e..98ded79 100644
--- a/.github/workflows/compatibility.yml
+++ b/.github/workflows/compatibility.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out repository
-        uses: actions/checkout@v1
+        uses: actions/[email protected]
 
       - name: Setup Java 11
         uses: actions/setup-java@v1
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index cee8c15..fded5f6 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -29,7 +29,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/[email protected]
       - name: Set up JDK 11
         uses: actions/setup-java@v1
         with:

Reply via email to