You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ge...@apache.org on 2021/04/21 08:40:44 UTC

[openwhisk-intellij-plugin] branch master updated: Bump actions/checkout from v1 to v2.3.4 (#10)

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: 김건희 <ge...@navercorp.com>
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/checkout@v2.3.4
 
       - 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/checkout@v2.3.4
       - name: Set up JDK 11
         uses: actions/setup-java@v1
         with: