build(deps): bump third_party/litex-boards from ea58ef9
to 3b8c558
#5561
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 }} |