Skip to content

Commit 85af358

Browse files
committed
Update
1 parent 4b2db43 commit 85af358

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
@@ -10,15 +10,15 @@ on:
1010

1111
jobs:
1212
cocoa:
13-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
13+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
1414
with:
1515
path: scripts/update-cocoa.sh
1616
name: Cocoa SDK
1717
secrets:
1818
api-token: ${{ secrets.CI_DEPLOY_KEY }}
1919

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

0 commit comments

Comments
 (0)