Bump bidi checker again

This commit is contained in:
dotasek 2023-03-31 12:50:04 -04:00 committed by GitHub
parent 0ee7c1d0ce
commit bb9a66551c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ jobs:
# Run the check for bidi characters.
- name: Check for bidi characters
id: bidi_check
uses: HL7/bidi-checker-action@v1.8
uses: HL7/bidi-checker-action@v1.9
- name: Get the output time
run: echo "The time was ${{ steps.bidi_check.outputs.time }}"