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}