You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/17 16:38:07 UTC

[incubator-opendal] branch fix-ci created (now 1317ce05)

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

xuanwo pushed a change to branch fix-ci
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


      at 1317ce05 ci: Use korandoru/hawkeye@v1.5.4 instead

This branch includes the following new commits:

     new 1317ce05 ci: Use korandoru/hawkeye@v1.5.4 instead

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-opendal] 01/01: ci: Use korandoru/hawkeye@v1.5.4 instead

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch fix-ci
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 1317ce0517ba4a18f18c3359412e93ffef130c07
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Sat Mar 18 00:37:47 2023 +0800

    ci: Use korandoru/hawkeye@v1.5.4 instead
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6356247d..7bf9a383 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
         uses: ./.github/actions/setup
 
       - name: Check license headers
-        uses: korandoru/hawkeye@v1
+        uses: korandoru/hawkeye@v1.5.4
 
       - name: Cargo format
         run: cargo fmt --all -- --check