Skip to content

Commit

Permalink
chore(workflows): update tj-actions/verify-changed-files digest to 2a…
Browse files Browse the repository at this point in the history
…cec78 (#1032)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 6f2efaa commit d865f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Check for updated files
if: (github.event_name != 'pull_request' && github.ref_name == 'dev') || github.event_name == 'scheduled'
uses: tj-actions/verify-changed-files@b742fc9c8c613945ae7ee756f8d2bb3bd2d1f7dd # v17
uses: tj-actions/verify-changed-files@2acec78834cc690f70b3445712363fc314224127 # v17
id: verify-changed-files
with:
files: '**/locales/*/*.json'
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Get files to commit
if: steps.run-prettier.conclusion == 'success'
uses: tj-actions/verify-changed-files@b742fc9c8c613945ae7ee756f8d2bb3bd2d1f7dd # v17
uses: tj-actions/verify-changed-files@2acec78834cc690f70b3445712363fc314224127 # v17
id: get-pending-files
with:
separator: <br>
Expand Down

0 comments on commit d865f25

Please sign in to comment.