Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2024
1 parent 3a8a5bc commit 43db482
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Share ./docs/reports so that they can be deployed with doc in next job
- name: Share reports with other jobs
# if: matrix.nox_session == '...': not needed, if empty won't be shared
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: reports_dir
path: ./docs/reports
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

# 1) retrieve the reports generated previously
- name: Retrieve reports
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: reports_dir
path: ./docs/reports
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
EOF
- name: \[not on TAG\] Publish coverage report
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads')
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.0
with:
files: ./docs/reports/coverage/coverage.xml

Expand All @@ -181,7 +181,7 @@ jobs:
# 8) Publish the wheel on PyPi
- name: \[TAG only\] Deploy on PyPi
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected].11
uses: pypa/[email protected].12
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 43db482

Please sign in to comment.