Skip to content

Commit

Permalink
Update more GitHub Actions to resolve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Mar 12, 2024
1 parent 7454138 commit fabc409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run linters
run: pdm lint --diff
- name: Run pre-commit checks on all files
uses: pre-commit/action@v3.0.0
uses: pre-commit/action@v3.0.1

build:
name: Test build
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Check
run: tox -e docs
- name: cache the docs for inspection
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build/html/
Expand Down

0 comments on commit fabc409

Please sign in to comment.