From 92ec94c98585edb22c4529e5d223129fdda9c065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:23:30 +0000 Subject: [PATCH 1/2] Bump tj-actions/changed-files from 37 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 45. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v37...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | From 1bbb0710d56b3f7b92500112993ea529b20eb506 Mon Sep 17 00:00:00 2001 From: GitHub Changelog Bot Date: Tue, 19 Nov 2024 09:23:56 +0000 Subject: [PATCH 2/2] Add changelog entry for Bump tj-actions/changed-files from 37 to 45 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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