We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d83063 commit 73abffdCopy full SHA for 73abffd
.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
104
105
- name: Get changed files and packages
106
id: changed-files
107
- uses: tj-actions/changed-files@v45
+ uses: tj-actions/changed-files@v46
108
with:
109
# File extensions for doctests per sage.doctest.control.skipfile
110
# Also src/sage/doctests/tests/ are excluded because of nodoctest file
.github/workflows/ci-linux-incremental.yml
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/checkout@v4
47
- name: Get all packages that have changed
48
49
50
51
files_yaml: |
52
configures:
0 commit comments