lock file-changes-action

This commit is contained in:
João Moreno 2021-03-04 16:08:49 +01:00
parent dd14e28025
commit fb46801cf2
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: file_changes
uses: trilom/file-changes-action@v1.2.4
uses: trilom/file-changes-action@ce38c8ce2459ca3c303415eec8cb0409857b4272
- name: Check for yarn.lock changes
run: |
cat $HOME/files.json | jq -e '.[] | test("yarn\\.lock$") | not' \