From 63ef400e67467a6b53b4f254ace79cbedbbe4a93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:45:12 +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..2b0e147b 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - 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..622ad275 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - 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..0019fa53 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: pnpm Setup uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 with: