Skip to content

Commit

Permalink
Revert actions requiring major changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Nov 28, 2022
1 parent 04bfb65 commit 87d9771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish_changed_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Check for changes to image source
id: check
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v1.1.2
with:
files: ${{ matrix.source_files_for_diff }}

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

- id: check
name: Check for changes to ${{ matrix.name }} image source
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v1.1.2
with:
files: ${{ matrix.source_files_for_diff }}

Expand Down

0 comments on commit 87d9771

Please sign in to comment.