Skip to content

Commit

Permalink
build(deps): bump actions/dependency-review-action from 3 to 4 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 7330356 commit 4d72b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) || github.event_name == 'push'
steps:
- uses: actions/checkout@v4
- uses: actions/dependency-review-action@v3
- uses: actions/dependency-review-action@v4

0 comments on commit 4d72b49

Please sign in to comment.