Skip to content

Commit 7093d78

Browse files
author
Joseph Hamman
committed
update github actions
1 parent a0301f6 commit 7093d78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/[email protected].1
17-
- uses: pre-commit/[email protected].0
16+
- uses: actions/[email protected].2
17+
- uses: pre-commit/[email protected].3
1818

1919
test:
2020
name: ${{ matrix.python-version }}-build
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: [3.7, 3.8]
24+
python-version: [3.7, 3.8, 3.9]
2525
steps:
2626
- uses: actions/[email protected]
2727
- name: Setup Python
28-
uses: actions/[email protected].1
28+
uses: actions/[email protected].2
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
@@ -54,11 +54,11 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
python-version: [3.7, 3.8]
57+
python-version: [3.8, 3.9]
5858
steps:
5959
- uses: actions/[email protected]
6060
- name: Setup Python
61-
uses: actions/[email protected].1
61+
uses: actions/[email protected].2
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
architecture: x64

0 commit comments

Comments
 (0)