Update dependency vuetify to v4.1.0 #1157
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: Validate release-notes from PRs | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - reopened | |
| permissions: {} | |
| jobs: | |
| validate-release-notes: | |
| uses: gardener/cc-utils/.github/workflows/validate-release-notes.yaml@v1 # zizmor: ignore[unpinned-uses] -- same-org reusable workflow; intentionally allowed for now, planned to pin to a version in the future | |
| permissions: | |
| pull-requests: read | |
| with: | |
| pull-request-body: ${{ github.event.pull_request.body }} |