We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a78e2d commit 7f63472Copy full SHA for 7f63472
.github/workflows/ocm-component-check.yml
@@ -18,7 +18,7 @@ jobs:
18
files: ${{ steps.set-matrix.outputs.files }}
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
@@ -36,7 +36,7 @@ jobs:
36
file: ${{ fromJson(needs.find-files.outputs.files) }}
37
38
39
40
41
42
fetch-tags: true
0 commit comments