Skip to content

Commit 14116ff

Browse files
committed
Upgrade tj-actions to v46 per security recommendations.
Related PR: python#3374
1 parent 01e2ca8 commit 14116ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Obtiene la lista de archivos .po con cambios (sólo en PRs)
5353
if: github.event_name == 'pull_request'
5454
id: changed-po-files
55-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
55+
uses: tj-actions/changed-files@v46
5656
with:
5757
files: |
5858
**/*.po

.github/workflows/pr-comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install -r base-branch/requirements-own.txt
3838
- name: Obtiene lista de archivos con cambios
3939
id: changed-files
40-
uses: tj-actions/changed-files@9200e69727eb73eb060652b19946b8a2fdfb654b
40+
uses: tj-actions/changed-files@v46
4141
with:
4242
files: |
4343
**/*.po

0 commit comments

Comments
 (0)