From d21990b0c5cc9a81bd20ebc47b0b0b09df80965f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:24:23 -0500 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 44 to 45 (#6222) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45. - [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/v44...v45) --- 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> Co-authored-by: Jon Harrell <4829245+jharrell@users.noreply.github.com> --- .github/workflows/list-changed-pages.yml | 2 +- .github/workflows/lost-pixel.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/list-changed-pages.yml b/.github/workflows/list-changed-pages.yml index 274de5f644..a001f9994f 100644 --- a/.github/workflows/list-changed-pages.yml +++ b/.github/workflows/list-changed-pages.yml @@ -15,7 +15,7 @@ jobs: - name: Get all changed markdown files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: content/**/*.{md,mdx} diff --git a/.github/workflows/lost-pixel.yml b/.github/workflows/lost-pixel.yml index ff8c811c9a..b66e439cf6 100644 --- a/.github/workflows/lost-pixel.yml +++ b/.github/workflows/lost-pixel.yml @@ -11,7 +11,7 @@ jobs: - name: Get all changed markdown files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: content/**/*.{md,mdx}