Skip to content

Commit ff69049

Browse files
authored
Switch to step security GitHub actions (#238)
1 parent ea19b01 commit ff69049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_postman_collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm install
2525
- name: Changed Files
2626
id: changed-files
27-
uses: tj-actions/changed-files@v35
27+
uses: step-security/changed-files@v45
2828
- run: node ./scripts/postman/run-postman-collection.js ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
2929
- name: List all changed files
3030
run: |

0 commit comments

Comments
 (0)