From ac2309f6eda76f1af2610718c777434caf51f0f0 Mon Sep 17 00:00:00 2001 From: kristianmills Date: Wed, 29 Apr 2026 12:19:37 -0700 Subject: [PATCH 1/3] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .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 b169db7..4f31362 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Semantic Release - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v5 with: semantic_version: 24.0.0 extra_plugins: | From 971ce981e5c4a93707d03bd92eb010b20edbff9d Mon Sep 17 00:00:00 2001 From: kristianmills Date: Wed, 29 Apr 2026 14:18:21 -0700 Subject: [PATCH 2/3] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .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 4f31362..b26a57a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Semantic Release - uses: cycjimmy/semantic-release-action@v5 + uses: cycjimmy/semantic-release-action@v6 with: semantic_version: 24.0.0 extra_plugins: | From 0c87abee4499afe92c2a42cb3ef5669142bd9fe6 Mon Sep 17 00:00:00 2001 From: kristianmills Date: Wed, 29 Apr 2026 17:14:39 -0700 Subject: [PATCH 3/3] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .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 b26a57a..4f31362 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Semantic Release - uses: cycjimmy/semantic-release-action@v6 + uses: cycjimmy/semantic-release-action@v5 with: semantic_version: 24.0.0 extra_plugins: |