From 9353281a0b432c1a4b7dbeb86f64e89860acc8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 06:34:47 +0000 Subject: [PATCH] :seedling: Bump tj-actions/changed-files from 37.6.1 to 38.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.6.1 to 38.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/a0585ff9904b77d046192a7846e59783d6ea287b...17f3fec1edef0c3916d59cbcee1585fcd457e456) --- 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 7d5dd29f29d7..d1cc5b9d9bb3 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@a0585ff9904b77d046192a7846e59783d6ea287b # tag=v37.6.1 + uses: tj-actions/changed-files@17f3fec1edef0c3916d59cbcee1585fcd457e456 # tag=v38.0.0 - name: Get release version id: release-version run: |