From 532be5495cc609289a43dfc97db24af2d5ee3f9b Mon Sep 17 00:00:00 2001 From: Anthony GARCIA Date: Tue, 17 Mar 2026 17:17:44 +0000 Subject: [PATCH 1/2] chore: Pin and update GHA versions --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e53042..1f35091 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,12 +21,12 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 # Ensures tags are also fetched - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 18.18.2 corepack: true From a3f3f39012bc4f426e916e03d8445764ce07f241 Mon Sep 17 00:00:00 2001 From: Anthony GARCIA Date: Tue, 17 Mar 2026 17:46:34 +0000 Subject: [PATCH 2/2] fix: remove corepack: true --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f35091..abb3bf9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 18.18.2 - corepack: true - name: Enable corepack and install dependencies run: |