Skip to content

Update Dependencies #335

Update Dependencies

Update Dependencies #335

Workflow file for this run

name: Update Dependencies
on:
# Run every day.
schedule:
- cron: '0 3 * * *'
# And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict.gi
push:
branches:
- main
jobs:
cocoa:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-cocoa.sh
name: Cocoa SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}
java:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-java.sh
name: Java SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}