From 9df5f7bfd226216696f823629e7a485d498d56c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 21:23:56 +0000 Subject: [PATCH] :seedling: Bump tj-actions/changed-files from 38.0.0 to 38.1.3 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 38.0.0 to 38.1.3. - [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/17f3fec1edef0c3916d59cbcee1585fcd457e456...c860b5c47fa71f461da850094ef2f6e3d6514e44) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... 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 d1cc5b9d9bb3..318322bd40d6 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@17f3fec1edef0c3916d59cbcee1585fcd457e456 # tag=v38.0.0 + uses: tj-actions/changed-files@c860b5c47fa71f461da850094ef2f6e3d6514e44 # tag=v38.1.3 - name: Get release version id: release-version run: |