We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9c3b4 commit 086d995Copy full SHA for 086d995
1 file changed
.github/workflows/cd.yaml
@@ -38,7 +38,7 @@ jobs:
38
id: commitlint
39
with:
40
configFile: .commitlintrc.json
41
- - uses: dorny/paths-filter@v3
+ - uses: dorny/paths-filter@v4
42
# Skip the filter if there is no PR to filter
43
if: github.event_name == 'pull_request'
44
id: filter
@@ -138,7 +138,7 @@ jobs:
138
run: git config --global url."https://foo:${{ steps.gh-app-auth.outputs.token }}@github.com".insteadOf ssh://git@github.com
139
140
# Using this to avoid unnecessary runs when files have not changed
141
142
143
144
filters: |
0 commit comments