From 71536ad152d15f4ab2f27aaa1ea603042f92b5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:44:43 +0000 Subject: [PATCH] build(deps): bump getsentry/github-workflows/.github/workflows/updater.yml Bumps [getsentry/github-workflows/.github/workflows/updater.yml](https://github.com/getsentry/github-workflows) from 2 to 3. - [Release notes](https://github.com/getsentry/github-workflows/releases) - [Changelog](https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/github-workflows/compare/v2...v3) --- updated-dependencies: - dependency-name: getsentry/github-workflows/.github/workflows/updater.yml dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-deps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 6c3fe159a..0a6e9f698 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -13,7 +13,7 @@ on: jobs: cli: if: github.repository == 'getsentry/sentry-android-gradle-plugin' - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 + uses: getsentry/github-workflows/.github/workflows/updater.yml@v3 with: path: plugin-build/sentry-cli.properties name: CLI @@ -24,7 +24,7 @@ jobs: android: if: github.repository == 'getsentry/sentry-android-gradle-plugin' - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 + uses: getsentry/github-workflows/.github/workflows/updater.yml@v3 with: path: scripts/update-android.sh name: Android SDK