Skip to content

Commit d15a652

Browse files
chore: Update dep-review
1 parent f0bfcfc commit d15a652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ permissions:
1313

1414
jobs:
1515
dependency-review:
16+
if: github.repository_owner == 'Chia-Network'
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: "Checkout Repository"
19-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2021

2122
- name: "Dependency Review"
2223
uses: actions/dependency-review-action@v4

0 commit comments

Comments
 (0)