mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-19 05:35:52 +00:00
Upgrade actions component used
This commit is contained in:
committed by
GitHub
parent
822c0d7055
commit
441c8f1c5f
@@ -23,7 +23,7 @@ jobs:
|
|||||||
id: changed-files
|
id: changed-files
|
||||||
with:
|
with:
|
||||||
files: "**/*.txt"
|
files: "**/*.txt"
|
||||||
uses: tj-actions/changed-files@v24.1
|
uses: tj-actions/changed-files@v34
|
||||||
- name: Analyze all added or modified files
|
- name: Analyze all added or modified files
|
||||||
run: |
|
run: |
|
||||||
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }}
|
for modified_file in ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
|
|||||||
Reference in New Issue
Block a user