From ef1d3c32d405cdeab50e15671a2e8de14f23e9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:40:50 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 44.3.0 to 44.5.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.3.0 to 44.5.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/0874344d6ebbaa00a27da73276ae7162fadcaf69...d6babd6899969df1a11d14c368283ea4436bca78) --- 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/check-blog-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-blog-links.yml b/.github/workflows/check-blog-links.yml index 65ece0105..0d8ed0138 100644 --- a/.github/workflows/check-blog-links.yml +++ b/.github/workflows/check-blog-links.yml @@ -23,7 +23,7 @@ jobs: run: yarn install - name: Check for changed blog posts id: check-for-changed-blog-posts - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 # v44.3.0 + uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2 with: files: blog/*.md - name: Check blog post links