From 99e2d7ecf81a02fc4d66416d36e864654eaec173 Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Mon, 2 Jun 2025 16:24:15 +0200 Subject: [PATCH] chore: update `release-sdk-changesets.yml` workflow version to the latest commit --- .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 ca1e0c08..1e8f0eb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release: name: 'Release project' - uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@4b8be0c79af46ddb5b4812025fccb6177e1979ce + uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@7d48c82c4efa2bfae27673aec02ebbe1552b3af4 with: appId: ${{ vars.APP_ID }} runnerAppId: ${{ vars.RUNNER_APP_ID }}