build(deps): bump third_party/migen from ccaee68
to c19ae9f
#5467
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: update_conda_lock | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '0 3 * * *' | |
workflow_dispatch: | |
jobs: | |
update-locks: | |
uses: f4pga/actions/.github/workflows/update_conda_lock.yml@main | |
secrets: | |
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |