From 8222d0638cfc1c4265bda1f9f9bfdeab8b747bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:02:13 +0000 Subject: [PATCH] :seedling: Bump tj-actions/changed-files from 39.2.4 to 40.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.4 to 40.0.0. - [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/fea790cb660e33aef4bdf07304e28fedd77dfa13...af292f1e845a0377b596972698a8598734eb2796) --- 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/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 24b70d845b52..b2c91165c212 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@fea790cb660e33aef4bdf07304e28fedd77dfa13 # tag=v39.2.4 + uses: tj-actions/changed-files@af292f1e845a0377b596972698a8598734eb2796 # tag=v40.0.0 - name: Get release version id: release-version run: |