This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
chore(deps-dev): bump the development-dependencies group with 14 updates #173
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
# 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/[email protected] | |
- name: 🚀 Dependency Review | |
uses: actions/[email protected] |