]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update actions/checkout action to v5 (#807)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 18 Aug 2025 02:46:44 +0000 (10:46 +0800)
committerGitHub <noreply@github.com>
Mon, 18 Aug 2025 02:46:44 +0000 (10:46 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
.github/workflows/ci.yml
.github/workflows/publish.yml

index b15bea636c44eb39863961741014c7a5bf047232..5d40bb9a5d60148151f59321cc6c931a8f6ee296 100644 (file)
@@ -18,7 +18,7 @@ jobs:
     runs-on: ubuntu-latest
     name: Build the package
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         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@v4
+      - uses: actions/checkout@v5
         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@v4
+      - uses: actions/checkout@v5
         with:
           submodules: true
       - uses: pnpm/action-setup@v4
index 306dcc62ded0a32384a10c4f89847731bed20cd3..0800fc1cba8bc3e0562c53b6575721b2994ada47 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       contents: read
       id-token: write
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - uses: pnpm/action-setup@v4
       - uses: actions/setup-node@v4
         with: