diff --git a/.github/workflows/sast-linters.yml b/.github/workflows/sast-linters.yml index 2433577d73..bd8910893f 100644 --- a/.github/workflows/sast-linters.yml +++ b/.github/workflows/sast-linters.yml @@ -88,7 +88,7 @@ jobs: - name: Getting files updated in the PR id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: base_sha: ${{ github.event.pull_request.base.sha }} diff --git a/changelog.md b/changelog.md index c80a744c33..b53af3e008 100644 --- a/changelog.md +++ b/changelog.md @@ -66,6 +66,7 @@ * [1499](https://github.com/zeta-chain/node/pull/1499) - Add scripts to localnet to help test gov proposals * [1442](https://github.com/zeta-chain/node/pull/1442) - remove build types in `.goreleaser.yaml` * [1504](https://github.com/zeta-chain/node/pull/1504) - remove `-race` in the `make install` commmand +* [1564](https://github.com/zeta-chain/node/pull/1564) - bump ti-actions/changed-files ### Tests