Skip to content

Commit 73a8198

Browse files
authored
Merge pull request #178 from Stanford-NavLab/derek/req-202504
update requirements.txt
2 parents d7a31b9 + 7875571 commit 73a8198

File tree

3 files changed

+181
-177
lines changed

3 files changed

+181
-177
lines changed

.github/workflows/build.yml

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

8686
- name: Get changed files since last remote commit
8787
id: changed-files
88-
uses: tj-actions/changed-files@v44
88+
uses: tj-actions/changed-files@v46.0.1
8989

9090
- name: Check if index.rst changed when README.md file changes
9191
if: contains(steps.changed-files.outputs.modified_files, 'README.md') && !contains(steps.changed-files.outputs.modified_files, 'docs/source/index.rst')

0 commit comments

Comments
 (0)