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:08 UTC

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

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