Skip to content

Commit 73abffd

Browse files
⬆️ Bump tj-actions/changed-files from 45 to 46
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v45...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d83063 commit 73abffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Get changed files and packages
106106
id: changed-files
107-
uses: tj-actions/changed-files@v45
107+
uses: tj-actions/changed-files@v46
108108
with:
109109
# File extensions for doctests per sage.doctest.control.skipfile
110110
# Also src/sage/doctests/tests/ are excluded because of nodoctest file

.github/workflows/ci-linux-incremental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- name: Get all packages that have changed
4848
id: changed-files
49-
uses: tj-actions/changed-files@v45
49+
uses: tj-actions/changed-files@v46
5050
with:
5151
files_yaml: |
5252
configures:

0 commit comments

Comments
 (0)