chore(deps): update jdx/mise-action action to v4.2.5 #61
Workflow file for this run
This file contains hidden or 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: aube-lock | |
| # Regenerates aube-lock.yaml on Renovate branches. Renovate's npm manager | |
| # updates package.json but has no aube support, leaving the lockfile stale | |
| # and breaking `aube install --frozen-lockfile` in CI. See | |
| # jdx/renovate-config for the workflow implementation. | |
| on: | |
| push: | |
| branches: ["renovate/**"] | |
| permissions: | |
| contents: write | |
| jobs: | |
| aube-lock: | |
| uses: jdx/renovate-config/.github/workflows/aube-lock.yml@75abd12e0ae2cfb69c6e79a7a53d4fc834fca470 # main | |
| secrets: | |
| AUBE_LOCK_APP_ID: ${{ secrets.AUBE_LOCK_APP_ID }} | |
| AUBE_LOCK_APP_PRIVATE_KEY: ${{ secrets.AUBE_LOCK_APP_PRIVATE_KEY }} |