From acd2ea939ba895607e832505755f42003f6ede3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:52:11 +0000 Subject: [PATCH] :seedling: Bump tj-actions/changed-files from 43.0.0 to 43.0.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.0 to 43.0.1. - [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/77af4bed286740ef1a6387dc4e4e4dec39f96054...20576b4b9ed46d41e2d45a2256e5e2316dde6834) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index afeb0556e37c..9a2ffd81eedf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 # tag=v43.0.0 + uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 # tag=v43.0.1 - name: Get release version id: release-version run: |