Skip to content

Commit 8787716

Browse files
authored
Merge pull request #59 from coder-hxl/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents bfdaae9 + 23a8353 commit 8787716

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
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@v3

0 commit comments

Comments
 (0)