Skip to content

Commit f29cba8

Browse files
fix(ci): tj-actions/changed-files version update (#4509)
What ❔ This change updates the version of tj-actions/changed-files from v39 to v47 to improve the security of the actions ## Why ❔ ## Is this a breaking change? - [ ] Yes - [ ] No ## Operational changes ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`.
1 parent f71cc00 commit f29cba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Get changed files
2727
id: changed-files
28-
uses: tj-actions/changed-files@48566bbcc22ceb7c5809ebdd27377309f2c3de8c # v39
28+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
2929
with:
3030
files_yaml: |
3131
prover:

.github/workflows/release-test-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Get all test, doc and src files that have changed
2525
id: changed-files-yaml
26-
uses: tj-actions/changed-files@48566bbcc22ceb7c5809ebdd27377309f2c3de8c # v39
26+
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
2727
with:
2828
files_yaml: |
2929
# TODO: make it more granular, as already implemented in CI workflow

0 commit comments

Comments
 (0)