We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2db43 commit 85af358Copy full SHA for 85af358
.github/workflows/update-deps.yml
@@ -10,15 +10,15 @@ on:
10
11
jobs:
12
cocoa:
13
- uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
+ uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
14
with:
15
path: scripts/update-cocoa.sh
16
name: Cocoa SDK
17
secrets:
18
api-token: ${{ secrets.CI_DEPLOY_KEY }}
19
20
java:
21
22
23
path: scripts/update-java.sh
24
name: Java SDK
0 commit comments