build(deps): bump third_party/ibex from f30e84b
to fb49826
#5474
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 }} |