diff --git a/.fire-tools.json b/.fire-tools.json index 3484947..b73da5e 100644 --- a/.fire-tools.json +++ b/.fire-tools.json @@ -1,5 +1,5 @@ { - "fire_tools_version": "1.13.2", + "fire_tools_version": "1.14.0", "initialized_at": "2026-04-24T00:00:00Z", "profile": "other", "features": [ diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index db5d3dd..e5138c6 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,7 +4,7 @@ description: Configure pnpm and Node.js 24 with caching, then install dependenci runs: using: composite steps: - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: