We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f565174 commit ef21c2bCopy full SHA for ef21c2b
.github/workflows/typescript-nudge.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: 🔎 Get changed JavaScript files
20
id: changed-javascript-files
21
- uses: tj-actions/changed-files@v36
+ uses: tj-actions/changed-files@v45
22
with:
23
base_sha: ${{ github.event.pull_request.base.sha }}
24
files: |
0 commit comments