From e62d6d13dc95228d6ecbde6c469e5da0aa8d7950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:15:11 +0000 Subject: [PATCH] ci(action): update actions/checkout action to v4 --- .github/workflows/CD.yml | 2 +- .github/workflows/CI.yml | 2 +- .github/workflows/PR.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 651960cd..e4c1054e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: pnpm Setup uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 with: diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bde965a9..91d8af1f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: node-version: [18] steps: - name: Checkout Code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: pnpm Setup uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 with: diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index eece0393..35c40881 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -14,7 +14,7 @@ jobs: node-version: [18] steps: - name: Checkout Code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: pnpm Setup uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 with: