Skip to content

Commit de60a6d

Browse files
dependabot[bot]nedbat
authored andcommitted
build(deps): bump actions/dependency-review-action from 3 to 4
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v3...v4) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2aa5ffb commit de60a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: 'Checkout Repository'
2626
uses: actions/checkout@v4
2727
- name: 'Dependency Review'
28-
uses: actions/dependency-review-action@v3
28+
uses: actions/dependency-review-action@v4
2929
with:
3030
base-ref: ${{ github.event.pull_request.base.sha || 'master' }}
3131
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}

0 commit comments

Comments
 (0)