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 19:00:21 UTC

[incubator-opendal] branch main updated: ci: Use korandoru/hawkeye@v1.5.4 instead (#1672)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 27abd512 ci: Use korandoru/hawkeye@v1.5.4 instead (#1672)
27abd512 is described below

commit 27abd5123c14fbc6eb3438197183640744ac47b3
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Sat Mar 18 03:00:16 2023 +0800

    ci: Use korandoru/hawkeye@v1.5.4 instead (#1672)
    
    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