Skip to content

Commit 7b1fdc1

Browse files
Update Managed Files (#19943)
* Update dep-review * Update commit-signing
1 parent 12948b8 commit 7b1fdc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-commit-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout Code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: "Checkout Repository"
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: "Dependency Review"
2222
uses: actions/dependency-review-action@v4

0 commit comments

Comments
 (0)