]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update actions/checkout action to v6 (#859)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Thu, 27 Nov 2025 05:30:22 +0000 (14:30 +0900)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 05:30:22 +0000 (14:30 +0900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/ci.yml
.github/workflows/publish.yml

index 89928f61309486a680df8dc84c2b5f839c765756..02d667355916beaf3c319afa554047c66e36eba8 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     runs-on: ubuntu-latest
     name: Build the package
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
         with:
           submodules: true
       - uses: pnpm/action-setup@v4
@@ -65,7 +65,7 @@ jobs:
       CYPRESS_INSTALL_BINARY: 0
       CHROMEDRIVER_SKIP_DOWNLOAD: true
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
         with:
           submodules: true
       - uses: pnpm/action-setup@v4
@@ -109,7 +109,7 @@ jobs:
       # Sometimes the Linux runner can't verify Cypress in 30s
       CYPRESS_VERIFY_TIMEOUT: 60000
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
         with:
           submodules: true
       - uses: pnpm/action-setup@v4
index 47138970c96e0e82e6284d740c45893cd5c98691..40581e34c47f2b24fef9f5cb2d7792352b9515a2 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       contents: read
       id-token: write
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
       - uses: pnpm/action-setup@v4
       - uses: actions/setup-node@v6
         with: