From da2321658335f5c85a3889aa54452262354f93d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:43:56 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/sync-branches.yml | 2 +- package.json | 2 +- setup-js/action.yml | 6 +++--- setup-vp/action.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index cdf16b7..3d41d30 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -15,7 +15,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: true diff --git a/package.json b/package.json index d80e14f..b8a6448 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@11.5.2", + "packageManager": "pnpm@11.18.0", "license": "MIT", "scripts": { "lint": "eslint .", diff --git a/setup-js/action.yml b/setup-js/action.yml index 7bebdfc..8919c34 100644 --- a/setup-js/action.yml +++ b/setup-js/action.yml @@ -34,17 +34,17 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: ${{ inputs.persist-credentials }} fetch-depth: "${{ inputs.fetch-all == 'true' && '0' || '1' }}" - name: Install pnpm - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 if: ${{ inputs.package-manager == 'pnpm' }} - name: Setup node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache == 'true' && inputs.package-manager || '' }} diff --git a/setup-vp/action.yml b/setup-vp/action.yml index 6ea491e..4fc2e77 100644 --- a/setup-vp/action.yml +++ b/setup-vp/action.yml @@ -26,13 +26,13 @@ runs: using: composite steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: ${{ inputs.persist-credentials }} fetch-depth: "${{ inputs.fetch-all == 'true' && '0' || '1' }}" - name: Setup Vite Plus - uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1.12.0 + uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0 with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache }}