deps: bump the development-dependencies group across 1 directory with 11 updates #340
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
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: Dependency Review | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
dependency-review: | |
name: Dependency Review | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- name: ⤵️ Checkout repository | |
uses: actions/checkout@v4.2.2 | |
- name: 🚀 Dependency Review | |
uses: actions/dependency-review-action@v4.4.0 |