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..51c4e04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@11.5.2", + "packageManager": "pnpm@11.22.0", "license": "MIT", "scripts": { "lint": "eslint .", diff --git a/setup-js/action.yml b/setup-js/action.yml index 7bebdfc..ea7955e 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@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 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..1ba0a0d 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@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0 with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.cache }}