Skip to content

Commit 7e0a7d8

Browse files
committed
Swift: fix third-party action commit
1 parent 73131ce commit 7e0a7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
codegen: ${{ steps.filter.outputs.codegen }}
2323
ql: ${{ steps.filter.outputs.ql }}
2424
steps:
25-
- uses: dorny/paths-filter@v2
25+
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
2626
id: filter
2727
with:
2828
filters: |

0 commit comments

Comments
 (0)