Skip to content

Commit

Permalink
Update GH actions (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jul 12, 2022
1 parent 342a7f0 commit c796da6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v2.0.3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3

- name: Python setup
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v3

- name: Python setup
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- uses: actions/checkout@v3

- name: Python setup
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@v3

- name: Python setup
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit c796da6

Please sign in to comment.