mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-19 21:42:48 +02:00
Upgrade actions component used
This commit is contained in:
parent
822c0d7055
commit
441c8f1c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
id: changed-files
|
||||
with:
|
||||
files: "**/*.txt"
|
||||
uses: tj-actions/changed-files@v24.1
|
||||
uses: tj-actions/changed-files@v34
|
||||
- name: Analyze all added or modified files
|
||||
run: |
|
||||
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue