diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d8540a..9b3394a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: validate-template: runs-on: ubuntu-latest env: - MEMORY_BANK_CLI_VERSION: v1.3.0 - MEMORY_BANK_CLI_SHA256: 401927b8504ebb0e2600cee733545f4921e81b33436a9b64106e1367371c5fd5 + MEMORY_BANK_CLI_VERSION: v2.3.0 + MEMORY_BANK_CLI_SHA256: d2985dbe60f2beb9af9ad23825fd98b90e5112bfbf6f1aacc76e4531990c6653 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8625a3..0819a4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ jobs: permissions: contents: write env: - MEMORY_BANK_CLI_VERSION: v1.3.0 - MEMORY_BANK_CLI_SHA256: 401927b8504ebb0e2600cee733545f4921e81b33436a9b64106e1367371c5fd5 + MEMORY_BANK_CLI_VERSION: v2.3.0 + MEMORY_BANK_CLI_SHA256: d2985dbe60f2beb9af9ad23825fd98b90e5112bfbf6f1aacc76e4531990c6653 steps: - name: Checkout release tag uses: actions/checkout@v4 diff --git a/docs/adoption.md b/docs/adoption.md index a0b1e82..19b056c 100644 --- a/docs/adoption.md +++ b/docs/adoption.md @@ -98,8 +98,8 @@ jobs: lint: runs-on: ubuntu-latest env: - MEMORY_BANK_CLI_VERSION: v1.0.0 - MEMORY_BANK_CLI_SHA256: 35300dd2f713e904a5819a31b064e12809b93921a557fbfb3f2543c45c733c57 + MEMORY_BANK_CLI_VERSION: v2.3.0 + MEMORY_BANK_CLI_SHA256: d2985dbe60f2beb9af9ad23825fd98b90e5112bfbf6f1aacc76e4531990c6653 steps: - name: Checkout uses: actions/checkout@v4