]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update actions/checkout action to v4 (#340)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tue, 12 Sep 2023 07:40:57 +0000 (15:40 +0800)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 07:40:57 +0000 (15:40 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/ci.yml

index 2081e9f35a5483bfdf40e9e5c96d40541f08dee4..531814d7bae55f61b5a9fb847bc2888edc14aa7c 100644 (file)
@@ -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