diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68aef13..c992b94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v45 - name: Check if changelog was touched run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f24d2..9ccbe50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### dependabot: \#63 Bump tj-actions/changed-files from 37 to 45 + ## [4.3.0] - 2024-10-23 ### Added