diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dcb94d0..69e0776 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,7 +70,7 @@ jobs: - name: Get changes id: get-changes - uses: tj-actions/changed-files@v33 + uses: tj-actions/changed-files@v41 outputs: modified_files: ${{ steps.get-changes.outputs.all_modified_files }} diff --git a/CHANGELOG.md b/CHANGELOG.md index aee257a..7e9ec7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.11.1] - 2024-01-03 + +### Changed + - Bump tj-actions/changed-files from 33 to 41 in /.github/workflows + ## [3.11.0] - 2023-12-11 ### Added