From 3a66099e27c44554ac2a206d136516c4f421ffc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:34:50 +0200 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 37.0.0 to 38.2.1 (#11509) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.0.0 to 38.2.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/5817a9efb0d7cc34b917d8146ea10b9f32044968...2f7246cb26e8bb6709b6cbfc1fec7febfe82e96a) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index ca8e9daf525f..0fcd8ed8a967 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -20,7 +20,7 @@ jobs: - name: Retrives changed files in CHANGELOG/unreleased/**/*.yaml id: changelog-check - uses: tj-actions/changed-files@5817a9efb0d7cc34b917d8146ea10b9f32044968 # v37 + uses: tj-actions/changed-files@2f7246cb26e8bb6709b6cbfc1fec7febfe82e96a # v37 with: files: 'CHANGELOG/unreleased/**/*.yaml'