Skip to content

Commit

Permalink
ci: update actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Aug 27, 2024
1 parent 6034485 commit 320b812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
cd docs
make html
- name: Store docs as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html-docs
path: docs/_build/html
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: pip install black flake8

- name: Run linters
uses: wearerequired/lint-action@v1
uses: wearerequired/lint-action@v2
with:
black: true
# black_args: "--line-length=120"
Expand Down

0 comments on commit 320b812

Please sign in to comment.