Skip to content

Update Dependencies #1049

Update Dependencies

Update Dependencies #1049

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.
push:
branches:
- main
jobs:
android:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: flutter/scripts/update-android.sh
name: Android SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}
cocoa:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: flutter/scripts/update-cocoa.sh
name: Cocoa SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}
metrics-flutter:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2

Check failure on line 30 in .github/workflows/update-deps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-deps.yml

Invalid workflow file

error parsing called workflow ".github/workflows/update-deps.yml" -> "getsentry/github-workflows/.github/workflows/updater.yml@v2" (source tag with sha:f0117130a27970bef0dd4f5445ce1b0a456eec4d) : You have an error in your yaml syntax on line 124
with:
path: metrics/flutter.properties
name: Flutter SDK (metrics)
changelog-entry: false
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}