chore: (deps): bump the pip group across 1 directory with 5 updates #78
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
# Checks if a PR makes any changes that ought to be shared via templating. | |
# See the called workflow in the scitools/workflows repo for more details. | |
name: ci-template-check | |
on: | |
pull_request_target: | |
branches: | |
- main | |
jobs: | |
prompt-share: | |
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.04.4 | |
secrets: inherit | |
with: | |
pr_number: ${{ github.event.pull_request.number }} |