diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9589cb..f9f140b 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@v39 + uses: tj-actions/changed-files@v41 - name: Check if changelog was touched run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b8cb8..df22433 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: \#95 Bump tj-actions/changed-files from 39 to 41 in /.github/workflows + ## [2.5.0] - 2023-12-21 ### Added