We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f29365 commit 0e26168Copy full SHA for 0e26168
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
examples: ${{ github.event_name == 'workflow_dispatch' || steps.filter.outputs.examples == 'true' }}
25
microshift-vm: ${{ github.event_name == 'workflow_dispatch' || steps.filter.outputs.microshift-vm == 'true' }}
26
steps:
27
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28
- uses: dorny/paths-filter@668c092af3649c4b664c54e4b704aa46782f6f7c
29
id: filter
30
with:
0 commit comments