From b5923a1a937967ad16cb5dce53e37394d5616056 Mon Sep 17 00:00:00 2001 From: Matt Collins Date: Wed, 10 Jun 2026 05:30:08 +0000 Subject: [PATCH] chore: upgrade IABTechLab/uid2-shared-actions from v2 to v3 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0b71cd..db04da8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: sed -i.bak "s/${{ steps.snapshotVersions.outputs.cur_snapshot_version }}/${{ steps.validation.outputs.release_version }}/g" gradle.properties - name: Commit gradle.properties and set tag for v${{ steps.validation.outputs.release_version }} - uses: IABTechLab/uid2-shared-actions/actions/commit_pr_and_merge@v2 + uses: IABTechLab/uid2-shared-actions/actions/commit_pr_and_merge@v3 with: add: 'gradle.properties' message: 'Prepare for release: ${{ steps.validation.outputs.release_version }}' @@ -109,7 +109,7 @@ jobs: sed -i.bak "s/${{ steps.validation.outputs.release_version }}/${{ steps.snapshotVersions.outputs.new_snapshot_version }}/g" gradle.properties - name: Commit gradle.properties for Snapshot version ${{ steps.snapshotVersions.outputs.new_snapshot_version }} - uses: IABTechLab/uid2-shared-actions/actions/commit_pr_and_merge@v2 + uses: IABTechLab/uid2-shared-actions/actions/commit_pr_and_merge@v3 with: add: 'gradle.properties' message: 'Prepare next development version: ${{ steps.snapshotVersions.outputs.new_snapshot_version }}'