Skip to content

Commit

Permalink
Update metadata and build config
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 20, 2024
1 parent d520c6c commit 1329406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Dependency Review"
uses: "actions/dependency-review-action@v3"
uses: "actions/dependency-review-action@v4"
with:
base-ref: "${{ github.event.before }}"
head-ref: "${{ github.sha }}"

0 comments on commit 1329406

Please sign in to comment.