From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:40:57 +0000 (+0800) Subject: chore(deps): update actions/checkout action to v4 (#340) X-Git-Tag: v3.7.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a74271ec9afa5808988920c50f0b05ba2061984;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update actions/checkout action to v4 (#340) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2081e9f3..531814d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Build the package steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: 8 @@ -101,7 +101,7 @@ jobs: # Sometimes the Linux runner can't verify Cypress in 30s CYPRESS_VERIFY_TIMEOUT: 60000 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: version: 8