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 35ae20e commit e681b89Copy full SHA for e681b89
.github/workflows/pull-request.yaml
@@ -33,7 +33,7 @@ jobs:
33
go_test_all_changed_files: ${{ steps.changed-files.outputs.go_test_all_changed_files }}
34
go_helper_any_changed: ${{ steps.changed-files.outputs.go_helper_any_changed }}
35
steps:
36
- - uses: tj-actions/changed-files@v47.0.0
+ - uses: tj-actions/changed-files@v47.0.1
37
id: changed-files
38
with:
39
files_yaml: |
0 commit comments