Skip to content

Commit 7bdf7ed

Browse files
Merge pull request #879 from Chia-Network/managed-files
Update Managed Files
1 parent 8ac0b70 commit 7bdf7ed

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@v5
25+
uses: actions/checkout@v6
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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: "Checkout Repository"
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

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

0 commit comments

Comments
 (0)