From 483c8b6005b2e6b80ad5dea324de49600c742c52 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Wed, 2 Sep 2026 15:31:23 -0700 Subject: [PATCH] ci: use the vendored third-party actions from tempoxyz/gh-actions Points third-party action references at the copies vendored in tempoxyz/gh-actions (vendor/), pinned to a full commit SHA. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f59f890..5f1f892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Create Release PR or Tag id: changesets - uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 + uses: tempoxyz/gh-actions/vendor/changesets/action@6f436eb3a168279692739e8c0c9fdb52b94bfae7 with: version: pnpm run version publish: pnpm run release