diff --git a/.forgejo/workflows/docs.yml b/.forgejo/workflows/docs.yml index 03197d8..e73d3d4 100644 --- a/.forgejo/workflows/docs.yml +++ b/.forgejo/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - name: Set environment variables - uses: https://www.coastalcommits.com/actions/env@v2 + uses: https://www.coastalcommits.com/actions/env@1791216cd180e6578dd1d67fb8d2852b883a5f53 # v2 - name: Build Documentation run: | export SITE_URL="https://$CI_ACTION_REF_NAME_SLUG.packwizjs.csw.im" diff --git a/bun.lock b/bun.lock index 0c2f4f4..3673e55 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "toml": "^3.0.0", }, "devDependencies": { - "@getmeli/cli": "^1.2.0", + "@getmeli/cli": "1.2.0", "@types/bun": "latest", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", diff --git a/package.json b/package.json index 3600231..9d49a68 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "docs": "typedoc --options typedoc.json" }, "devDependencies": { - "@getmeli/cli": "^1.2.0", + "@getmeli/cli": "1.2.0", "@types/bun": "latest", "eslint": "9.20.0", "eslint-config-standard": "17.1.0",