From 1796f83c1c7feb48ab967398e8acdbcc490858f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:07:34 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 1.1.3 to 39.2.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 1.1.3 to 39.2.2. - [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/v1.1.3...v39.2.2) --- 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b2f8dba8a..59b25b30f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: java-version: 17 - name: Verify if admin-console changed id: admin-console-changed - uses: tj-actions/changed-files@v1.1.3 + uses: tj-actions/changed-files@v39.2.2 with: files: admin-console - name: Build admin-console