Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2022
1 parent c0e2469 commit cadb3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Determine if Dockerfiles changed
id: changed-files
uses: tj-actions/changed-files@v17
uses: tj-actions/changed-files@8a4cc4fbd67975557b6d85dd302f5f9400b9c92e # v34

- name: Dockerfile has changed, rebuild for tests
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')
Expand Down

0 comments on commit cadb3fc

Please sign in to comment.