diff --git a/.github/workflows/list-changed-pages.yml b/.github/workflows/list-changed-pages.yml index 0d2651f56d..030b0c2df7 100644 --- a/.github/workflows/list-changed-pages.yml +++ b/.github/workflows/list-changed-pages.yml @@ -22,7 +22,7 @@ jobs: - name: Get all changed markdown files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: content/**/*.{md,mdx} diff --git a/.github/workflows/lost-pixel.yml b/.github/workflows/lost-pixel.yml index 1aaccb758e..4f2c58d616 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@v46 + uses: tj-actions/changed-files@v47 with: files: content/**/*.{md,mdx}