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

gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new e157d82a1 [infra] update actions checkout version to 4  (#2544)
e157d82a1 is described below

commit e157d82a18d71525a9ae22af8b8d4493e188771f
Author: YuLuo <[email protected]>
AuthorDate: Sat Aug 17 15:26:03 2024 +0800

    [infra] update actions checkout version to 4  (#2544)
    
    Signed-off-by: yuluo-yx <[email protected]>
---
 .github/workflows/backend-build-test.yml  | 2 +-
 .github/workflows/codeql-analysis.yml     | 2 +-
 .github/workflows/doc-build-test.yml      | 2 +-
 .github/workflows/doc-pdf-builder.yml     | 1 -
 .github/workflows/frontend-build-test.yml | 2 +-
 .github/workflows/license-checker.yml     | 2 +-
 6 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/backend-build-test.yml 
b/.github/workflows/backend-build-test.yml
index ed07af721..d9f16f5a6 100644
--- a/.github/workflows/backend-build-test.yml
+++ b/.github/workflows/backend-build-test.yml
@@ -42,7 +42,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - name: Set up JDK 17
       uses: actions/setup-java@v1
       with:
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 2fa2bb961..c227d2e23 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -47,7 +47,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
diff --git a/.github/workflows/doc-build-test.yml 
b/.github/workflows/doc-build-test.yml
index cb67cfaee..33841bd40 100644
--- a/.github/workflows/doc-build-test.yml
+++ b/.github/workflows/doc-build-test.yml
@@ -31,7 +31,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           fetch-depth: 0
       - name: Check filename in home/blog
diff --git a/.github/workflows/doc-pdf-builder.yml 
b/.github/workflows/doc-pdf-builder.yml
index 805d4f7bf..7e0e97ddd 100644
--- a/.github/workflows/doc-pdf-builder.yml
+++ b/.github/workflows/doc-pdf-builder.yml
@@ -53,4 +53,3 @@ jobs:
           path: docs-en.pdf
           if-no-files-found: error
           retention-days: 1
-  
diff --git a/.github/workflows/frontend-build-test.yml 
b/.github/workflows/frontend-build-test.yml
index 4479b3001..6893d21b4 100644
--- a/.github/workflows/frontend-build-test.yml
+++ b/.github/workflows/frontend-build-test.yml
@@ -34,7 +34,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - name: Yarn Install
       working-directory: web-app
       run: yarn
diff --git a/.github/workflows/license-checker.yml 
b/.github/workflows/license-checker.yml
index a1f31996e..faccbd055 100644
--- a/.github/workflows/license-checker.yml
+++ b/.github/workflows/license-checker.yml
@@ -32,7 +32,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 10
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: true
       - name: Check license header


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to