Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 39.0.1 to 39.0.3 (#634)
Browse files Browse the repository at this point in the history
* Bump tj-actions/changed-files from 39.0.1 to 39.0.3

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.0.1 to 39.0.3.
- [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@v39.0.1...v39.0.3)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix read the doc config

* More readthedoc fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fcollonval authored Sep 19, 2023
1 parent 9938dff commit 968064a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-api-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Get API changes
id: api-changed
uses: tj-actions/changed-files@v39.0.1
uses: tj-actions/changed-files@v39.0.3
with:
base_sha: 'HEAD~1'
sha: 'HEAD'
Expand Down
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 2
sphinx:
configuration: docs/source/conf.py

build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"
conda:
environment: docs/environment.yml
sphinx:
configuration: docs/source/conf.py

0 comments on commit 968064a

Please sign in to comment.