From 1bbf4b0a9d1941fffad095f20d9a08db0b9172ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:46:42 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 35 to 42 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 42. - [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/v35...v42) --- 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-rock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-rock.yaml b/.github/workflows/build-rock.yaml index 89009e1..a710063 100644 --- a/.github/workflows/build-rock.yaml +++ b/.github/workflows/build-rock.yaml @@ -15,7 +15,7 @@ jobs: - name: Determine any rockcraft.yaml changed in the PR id: changed-files - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v42 with: files: "./rockcraft.yaml"