diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4361822..8da9f3e 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Biome - uses: biomejs/setup-biome@v2 + uses: biomejs/setup-biome@1cbe33ead22c7a2fded3b52fa2893611c815c9b5 # v2 with: version: latest - name: Run Biome @@ -22,10 +22,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 - name: Install run: | diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c962b46..b49541b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Install Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1 with: bun-version: latest @@ -24,6 +24,6 @@ jobs: bun run docs - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c # v4 with: folder: docs # The folder the action should deploy. diff --git a/bun.lockb b/bun.lockb index 7db526d..7e1faae 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3e8c118..e122478 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@a38/biome-config": "0.0.1", "@biomejs/biome": "1.8.3", - "@changesets/cli": "^2.27.7", + "@changesets/cli": "2.27.7", "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2", "@commitlint/prompt-cli": "19.3.1", @@ -30,7 +30,7 @@ "lint-staged": "15.2.7", "prettier": "3.3.2", "prettier-plugin-packagejson": "2.5.0", - "tsup": "^8.1.0", + "tsup": "8.1.0", "turbo": "2.0.6", "typedoc": "0.26.3", "typescript": "5.5.3"