Skip to content

Commit 31d3ff6

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] <[email protected]>
1 parent 6ec35e3 commit 31d3ff6

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
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
cocoa:
12-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
12+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
1313
with:
1414
path: scripts/update-cocoa.sh
1515
name: Cocoa SDK
@@ -18,7 +18,7 @@ jobs:
1818
api-token: ${{ secrets.CI_DEPLOY_KEY }}
1919

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

0 commit comments

Comments
 (0)