Skip to content

Commit 2ea1dc1

Browse files
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](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] <support@github.com>
1 parent 0de7296 commit 2ea1dc1

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,15 +11,15 @@ on:
1111

1212
jobs:
1313
cocoa:
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-cocoa.sh
1717
name: Cocoa SDK
1818
secrets:
1919
api-token: ${{ secrets.CI_DEPLOY_KEY }}
2020

2121
java:
22-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
22+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
2323
with:
2424
path: scripts/update-java.sh
2525
name: Java SDK

0 commit comments

Comments
 (0)