From 96d96a7341fb20c3a94e8aeb297f842386659c10 Mon Sep 17 00:00:00 2001 From: Offending Commit Date: Wed, 29 Apr 2026 09:44:33 -0500 Subject: [PATCH] chore(fire-tools): upgrade stamp to v1.14.0 - Bump fire_tools_version from 1.13.2 to 1.14.0 - Upgrade pnpm/action-setup@v4 to @v6 in composite setup action --- .fire-tools.json | 2 +- .github/actions/setup/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: