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