We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tj-actions/changed-files
v46.0.5
v47.0.0
1 parent e50fe5e commit 88680e0Copy full SHA for 88680e0
.github/workflows/validate.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Evaluate | Check specific file types for changes
29
id: changed-files
30
- uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
+ uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
31
if: github.event_name == 'push' || github.event_name == 'pull_request'
32
with:
33
base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}
0 commit comments