diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index df63bb2ce..2c78867fb 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -32,16 +32,16 @@ jobs: pull-requests: write deployments: write runs-on: ubuntu-latest - name: Deploy Preview to Cloudflare Pages (admin) + name: Deploy Preview to Cloudflare Pages steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v3 with: node-version: 20 @@ -51,7 +51,7 @@ jobs: run: | echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Setup pnpm cache - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/docs-production.yml b/.github/workflows/docs-production.yml index cc7c8fbbf..1578835cb 100644 --- a/.github/workflows/docs-production.yml +++ b/.github/workflows/docs-production.yml @@ -1,4 +1,4 @@ -name: Docs Production Deployment +name: Docs - Production Deployment on: push: branches: @@ -17,11 +17,11 @@ jobs: deployments: write name: Publish to Cloudflare Pages steps: - - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v3 + - uses: actions/checkout@v3 + - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v3 with: node-version: 20 @@ -31,7 +31,7 @@ jobs: run: | echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Setup pnpm cache - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/packages/bits-ui/.gitignore b/packages/bits-ui/.gitignore index 960408672..133130d43 100644 --- a/packages/bits-ui/.gitignore +++ b/packages/bits-ui/.gitignore @@ -12,4 +12,4 @@ vite.config.ts.timestamp-* .vercel ## contentlayer build output -.contentlayer \ No newline at end of file +.contentlayer