From 31d3ff6cbba25d14a14eee67e6447c1fe50eb4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 03:15:56 +0000 Subject: [PATCH] chore(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 a19701ea..b027d2b9 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -9,7 +9,7 @@ on: jobs: cocoa: - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 + uses: getsentry/github-workflows/.github/workflows/updater.yml@v3 with: path: scripts/update-cocoa.sh name: Cocoa SDK @@ -18,7 +18,7 @@ jobs: api-token: ${{ secrets.CI_DEPLOY_KEY }} java: - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 + uses: getsentry/github-workflows/.github/workflows/updater.yml@v3 with: path: scripts/update-java.sh name: Java SDK