Skip to content

Commit

Permalink
Use new github actions method
Browse files Browse the repository at this point in the history
  • Loading branch information
pnsaevik committed Sep 17, 2024
1 parent 5d2584e commit 6db85fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Build sphinx
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install sphinx
run: pip install sphinx
- name: Build documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Run pytest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install package
run: pip install .
- name: Install pytest
Expand Down

0 comments on commit 6db85fc

Please sign in to comment.