build(deps): bump third_party/litex from 95b310e
to 9ad5d21
#5487
Workflow file for this run
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 }} |