Skip to content

Commit f443797

Browse files
Update actions/checkout action to v7.0.1
1 parent 64fb02e commit f443797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality_analysis.yaml

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

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v7.0.0
17+
uses: actions/checkout@v7.0.1
1818
with:
1919
# Shallow clones should be disabled for a better relevancy of analysis.
2020
fetch-depth: 0

0 commit comments

Comments
 (0)