From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 03:17:33 +0000 (+0800) Subject: chore(deps): update actions/checkout action to v3 (#137) X-Git-Tag: v3.3.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650a5016a49653885fd89d268905519fd1629aa8;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update actions/checkout action to v3 (#137) 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 50e1937d..8ca9cc88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: 'recursive' - uses: pnpm/action-setup@v2.2.2