diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e063ee..0178b48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 1 - run: git config --global --add safe.directory $GITHUB_WORKSPACE - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Install packages run: pnpm install --frozen-lockfile --prefer-offline - name: Run Build diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f646774..e3b6f62 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 1 - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Run Lint run: pnpm dlx @biomejs/biome@2.3.10 check . env: diff --git a/.github/workflows/pin-dependencies-check.yml b/.github/workflows/pin-dependencies-check.yml index 96548dd..c283594 100644 --- a/.github/workflows/pin-dependencies-check.yml +++ b/.github/workflows/pin-dependencies-check.yml @@ -22,6 +22,6 @@ jobs: with: fetch-depth: 1 - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Check for pinned dependencies run: pnpm dlx tsx@4.21.0 ./scripts/check-dependency-versions.ts diff --git a/.github/workflows/pull-request-title-check.yml b/.github/workflows/pull-request-title-check.yml index bd35a27..f3afa25 100644 --- a/.github/workflows/pull-request-title-check.yml +++ b/.github/workflows/pull-request-title-check.yml @@ -18,6 +18,6 @@ jobs: with: fetch-depth: 1 - name: pnpm setup - uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c + uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 - name: Check pull request title run: pnpm dlx tsx@4.21.0 ./scripts/pull-request-title-check.ts