diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index cb7662d4..2a8a1d0b 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -9,6 +9,9 @@ on: pull_request: branches: [ "main" ] +env: + reactodia_workspace_ref: 'v0.31.2' + jobs: build: runs-on: ubuntu-latest @@ -20,6 +23,7 @@ jobs: uses: actions/checkout@v4 with: repository: reactodia/reactodia-workspace + ref: "${{ env.reactodia_workspace_ref }}" path: ./reactodia-workspace - name: Use Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 8fc2bb47..5372b880 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -7,6 +7,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +env: + reactodia_workspace_ref: 'v0.31.2' + jobs: build: runs-on: ubuntu-latest @@ -17,6 +20,7 @@ jobs: uses: actions/checkout@v4 with: repository: reactodia/reactodia-workspace + ref: "${{ env.reactodia_workspace_ref }}" path: ./reactodia-workspace - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/package-lock.json b/package-lock.json index b6ecf07d..bde0f2f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@reactodia/reactodia.github.io", - "version": "0.31.1", + "version": "0.31.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@reactodia/reactodia.github.io", - "version": "0.31.1", + "version": "0.31.2", "dependencies": { "@docusaurus/core": "3.8.1", "@docusaurus/preset-classic": "3.8.1", @@ -14,7 +14,7 @@ "@easyops-cn/docusaurus-search-local": "^0.51.0", "@mdx-js/react": "^3.1.0", "@reactodia/hashmap": "^0.2.1", - "@reactodia/workspace": "^0.31.1", + "@reactodia/workspace": "^0.31.2", "clsx": "^2.1.1", "n3": "^1.17.2", "prism-react-renderer": "^2.4.1", @@ -4751,9 +4751,9 @@ "license": "MIT" }, "node_modules/@reactodia/workspace": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@reactodia/workspace/-/workspace-0.31.1.tgz", - "integrity": "sha512-NqWBuoa7yYke5OtR6kowWIBIc2pdZatKbDcmCxfzD1RVewq09Jfj/K27cW+QsRsD1cHC/wFXMEiBuGTnVreagw==", + "version": "0.31.2", + "resolved": "https://registry.npmjs.org/@reactodia/workspace/-/workspace-0.31.2.tgz", + "integrity": "sha512-G2OeL9NfDOA2H4daZbA24bmN8HPDGm1ieudYT4k2Eq7cG1YScMzKiOnp6j3idzAky9mR5T+yv8nRZ3SDmwVhwQ==", "license": "LGPL-2.1-or-later", "dependencies": { "@reactodia/hashmap": "^0.2.1", diff --git a/package.json b/package.json index 95d58a1f..1b7903d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reactodia/reactodia.github.io", - "version": "0.31.1", + "version": "0.31.2", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -21,7 +21,7 @@ "@easyops-cn/docusaurus-search-local": "^0.51.0", "@mdx-js/react": "^3.1.0", "@reactodia/hashmap": "^0.2.1", - "@reactodia/workspace": "^0.31.1", + "@reactodia/workspace": "^0.31.2", "clsx": "^2.1.1", "n3": "^1.17.2", "prism-react-renderer": "^2.4.1",