You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2022/10/03 02:48:32 UTC

[iotdb] 01/01: upgrade greetings github action to v1.1.0

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

hxd pushed a commit to branch update-greetings
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 58ce04757a21091332c9d72c89ed60e8f50f546e
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Oct 3 10:48:14 2022 +0800

    upgrade greetings github action to v1.1.0
---
 .github/workflows/greetings.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index 1a90ed063a..bde8a05ace 100644
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -6,7 +6,7 @@ jobs:
   greeting:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/first-interaction@v1
+    - uses: actions/first-interaction@v1.1.0
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         issue-message: 'Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!'