From e3fc87e58a474454da552991bd8442d55a247863 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Mon, 29 Apr 2024 21:29:03 +0800 Subject: [PATCH] build(ci): checkout v3 -> v4 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d71f67..57fd9f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -49,7 +49,7 @@ jobs: runs-on: macos-12 steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -94,7 +94,7 @@ jobs: sudo apt-get -y remove curl vim python3 - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -116,7 +116,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0