diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 189c25b6e3c..a6f4475b0ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: - name: Get changed files and packages id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: # File extensions for doctests per sage.doctest.control.skipfile # Also src/sage/doctests/tests/ are excluded because of nodoctest file diff --git a/.github/workflows/ci-linux-incremental.yml b/.github/workflows/ci-linux-incremental.yml index 4ddc3e10d59..ace41a1db2b 100644 --- a/.github/workflows/ci-linux-incremental.yml +++ b/.github/workflows/ci-linux-incremental.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - name: Get all packages that have changed id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: files_yaml: | configures: