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 6, 2022
1 parent c0e2469 commit 7fce065
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@baaf598b46c2d9eb97eb995c9f69d1967349155d # 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 7fce065

Please sign in to comment.