diff --git a/.github/workflows/check-blog-links.yml b/.github/workflows/check-blog-links.yml index c7cb5a2..2e40a44 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