We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86af69 commit 162dfc3Copy full SHA for 162dfc3
1 file changed
.github/workflows/build.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Check for changed files
60
id: check
61
- uses: ./.github/actions/path-filter
+ uses: stackabletech/actions/detect-changes@9905bf868e085ec530e6e5b35065023669432123 # vx.x.x
62
with:
63
patterns: |
64
- '.github/workflows/build.yaml'
@@ -70,7 +70,7 @@ jobs:
70
- 'Cargo.*'
71
- '*.rs'
72
outputs:
73
- matched: ${{ steps.check.outputs.matched }}
+ matched: ${{ steps.check.outputs.detected }}
74
75
cargo-udeps:
76
name: Run cargo-udeps
0 commit comments