Skip to content

Commit

Permalink
Update tool versions (#73)
Browse files Browse the repository at this point in the history
* Revised black formatting.

* Pylint revisions.

* Update tool versions.

* Update github actions to use newer node.
  • Loading branch information
pavoni authored Aug 20, 2023
1 parent a525246 commit 9bb3113
Show file tree
Hide file tree
Showing 11 changed files with 761 additions and 568 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
python-version: [3.7]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Build and publish
Expand Down
Loading

0 comments on commit 9bb3113

Please sign in to comment.