From ca077be73dc3b977103a1bba1ceb1998835bf2ca Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Tue, 24 Mar 2026 10:01:43 -0400 Subject: [PATCH] ui/desktop/pnpm-lock.yaml -> ui/pnpm-lock.yaml --- .github/workflows/bundle-desktop-intel.yml | 2 +- .github/workflows/bundle-desktop-linux.yml | 2 +- .github/workflows/bundle-desktop.yml | 2 +- .github/workflows/ci.yml | 2 +- Justfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bundle-desktop-intel.yml b/.github/workflows/bundle-desktop-intel.yml index 78f08913f72d..8309efd765d8 100644 --- a/.github/workflows/bundle-desktop-intel.yml +++ b/.github/workflows/bundle-desktop-intel.yml @@ -102,7 +102,7 @@ jobs: path: | ui/desktop/node_modules .hermit/node/cache - key: intel-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + key: intel-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} restore-keys: | intel-pnpm-cache-v1-${{ runner.os }}- diff --git a/.github/workflows/bundle-desktop-linux.yml b/.github/workflows/bundle-desktop-linux.yml index 4925ff2d0141..74345d3e2c2b 100644 --- a/.github/workflows/bundle-desktop-linux.yml +++ b/.github/workflows/bundle-desktop-linux.yml @@ -127,7 +127,7 @@ jobs: path: | ui/desktop/node_modules .hermit/node/cache - key: linux-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + key: linux-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} restore-keys: | linux-pnpm-cache-v1-${{ runner.os }}- diff --git a/.github/workflows/bundle-desktop.yml b/.github/workflows/bundle-desktop.yml index 5bdc3f854d9d..1bde2fee2d55 100644 --- a/.github/workflows/bundle-desktop.yml +++ b/.github/workflows/bundle-desktop.yml @@ -141,7 +141,7 @@ jobs: path: | ui/desktop/node_modules .hermit/node/cache - key: macos-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + key: macos-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} restore-keys: | macos-pnpm-cache-v1-${{ runner.os }}- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cdac07e9771..f44d5ec53812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: # path: | # ui/desktop/node_modules # .hermit/node/cache - # key: ci-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/desktop/pnpm-lock.yaml') }} + # key: ci-pnpm-cache-v1-${{ runner.os }}-${{ hashFiles('ui/pnpm-lock.yaml') }} # restore-keys: | # ci-pnpm-cache-v1-${{ runner.os }}- diff --git a/Justfile b/Justfile index b633560c60e5..d1d18acea180 100644 --- a/Justfile +++ b/Justfile @@ -345,7 +345,7 @@ prepare-release version: Cargo.toml \ Cargo.lock \ ui/desktop/package.json \ - ui/desktop/pnpm-lock.yaml \ + ui/pnpm-lock.yaml \ ui/desktop/openapi.json \ crates/goose/src/providers/canonical/data/canonical_models.json \ crates/goose/src/providers/canonical/data/provider_metadata.json