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 a3283b4 commit 9e63ab4Copy full SHA for 9e63ab4
.github/workflows/update-deps.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
cocoa:
14
- uses: getsentry/github-workflows/.github/workflows/updater.yml@v1
+ uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
15
with:
16
path: scripts/update-cocoa.sh
17
name: Cocoa SDK
@@ -20,7 +20,7 @@ jobs:
20
api_token: ${{ secrets.CI_DEPLOY_KEY }}
21
22
java:
23
24
25
path: scripts/update-java.sh
26
name: Java SDK
0 commit comments