We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe9967 commit b8eb479Copy full SHA for b8eb479
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Determine if Dockerfiles changed
44
id: changed-files
45
- uses: tj-actions/changed-files@74dc2e8a7877b725678a2195226bd470f10c481b # v34
+ uses: tj-actions/changed-files@3b6c057cd82d1dafab565df2ba9fa489574a03b8 # v34
46
47
- name: Dockerfile has changed, rebuild for tests
48
if: ${{ github.event.inputs.build-docker-locally == 'true' }} || contains(steps.changed-files.outputs.all_changed_files, 'Dockerfile') || contains(steps.changed-files.outputs.all_changed_files, 'docker')
0 commit comments