Skip to content

Commit a01c67e

Browse files
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](getsentry/github-workflows@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] <[email protected]>
1 parent 372184d commit a01c67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
native:
14-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
14+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
1515
with:
1616
path: scripts/update-sentry-native-ndk.sh
1717
name: Native SDK
@@ -20,7 +20,7 @@ jobs:
2020
api-token: ${{ secrets.CI_DEPLOY_KEY }}
2121

2222
gradle-wrapper:
23-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
23+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
2424
with:
2525
path: scripts/update-gradle.sh
2626
name: Gradle

0 commit comments

Comments
 (0)