]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update actions/checkout action to v3 (#137)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 8 Aug 2022 03:17:33 +0000 (11:17 +0800)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2022 03:17:33 +0000 (11:17 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/ci.yml

index 50e1937d2372144c62786a5fe814fff4747c4933..8ca9cc88a512eec94a1b382aa9477b49538c8ecf 100644 (file)
@@ -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