Skip to content

Commit

Permalink
Merge pull request #133 from boschglobal/feature/131_update_sphinx_sp…
Browse files Browse the repository at this point in the history
…hinx_needs

fix: upgrade sphinx and sphinx-needs; upgrade nodejs
  • Loading branch information
aniketsalve22 authored Sep 4, 2024
2 parents 4bbb6d8 + d7956d4 commit dc626bf
Show file tree
Hide file tree
Showing 6 changed files with 791 additions and 641 deletions.
2 changes: 1 addition & 1 deletion .github/actions/init/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
shell: bash

- name: "Ensure python (with poetry caching)"
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: 'poetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:

- name: "Checkout Code"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: "Checkout Code"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 0
Expand All @@ -45,7 +45,7 @@ jobs:
poetry run pytest --emoji -v -s --md $GITHUB_STEP_SUMMARY
- name: "cache pre-commit"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-py${{ env.python-version }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: "init: Checkout Code"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: false
fetch-depth: 0
Expand Down
Loading

0 comments on commit dc626bf

Please sign in to comment.