Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files digest to 74dc2e8 (elect…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2022
1 parent a6d135d commit ffe9967
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@baaf598b46c2d9eb97eb995c9f69d1967349155d # v34
uses: tj-actions/changed-files@74dc2e8a7877b725678a2195226bd470f10c481b # 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 ffe9967

Please sign in to comment.