downgrade and lock `tj-actions/changed-files` at `v34.5.1`

This commit is contained in:
MicroDev 2022-12-12 01:42:37 +05:30
parent 10138f43d6
commit 53e1416484
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ jobs:
- name: Get changes
id: get-changes
if: github.event_name == 'pull_request'
uses: tj-actions/changed-files@v34.5.3
uses: tj-actions/changed-files@v34.5.1
with:
json: true
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}