Skip to content

Commit cadb3fc

Browse files
chore(deps): update tj-actions/changed-files action to v34
1 parent c0e2469 commit cadb3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Determine if Dockerfiles changed
4444
id: changed-files
45-
uses: tj-actions/changed-files@v17
45+
uses: tj-actions/changed-files@8a4cc4fbd67975557b6d85dd302f5f9400b9c92e # v34
4646

4747
- name: Dockerfile has changed, rebuild for tests
4848
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

Comments
 (0)