From 0b7156e73d631f03963614f294cb2b0cdba149f6 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 22 Sep 2023 14:03:01 +0800 Subject: [PATCH] Bump `actions/checkout@4` on CI (#9610) --- .github/workflows/create-release.yml | 2 +- .github/workflows/publish.yml | 6 +++--- .github/workflows/verify.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8df709686..00fb13337 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -35,7 +35,7 @@ jobs: needs.release-pr.outputs.did-create-pr == 'true' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Ensure the commit can be pushed regardless of branch protections (must belong to an admin of this repo) token: ${{ secrets.RELEASE_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67836e0b4..4184494ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v3 with: @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v3 with: @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get commit message (for release title and body) id: commit uses: kceb/git-message-action@v2 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 923703e2d..33b577309 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v3 with: @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v3 with: @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v3 with: