Skip to content

Commit 8f662e6

Browse files
author
Joe Hamman
authored
Merge pull request #9 from jhamman/fix/ci
fixing ci
2 parents 0154d71 + 61975c3 commit 8f662e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
push:
55
branches: "*"
66
pull_request:
7-
branches: master
7+
branches: main
88
schedule:
99
- cron: "0 0 * * *"
1010

1111
jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/[email protected].2
16-
- uses: actions/setup-python@v2.1.2
15+
- uses: actions/[email protected].4
16+
- uses: actions/setup-python@v2.2.1
1717
- uses: pre-commit/[email protected]
1818

1919
test:
@@ -23,9 +23,9 @@ jobs:
2323
matrix:
2424
python-version: [3.7, 3.8]
2525
steps:
26-
- uses: actions/[email protected].2
26+
- uses: actions/[email protected].4
2727
- name: Setup Python
28-
uses: actions/setup-python@v2.1.2
28+
- uses: actions/setup-python@v2.2.1
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
@@ -56,9 +56,9 @@ jobs:
5656
matrix:
5757
python-version: [3.7, 3.8]
5858
steps:
59-
- uses: actions/[email protected].2
59+
- uses: actions/[email protected].4
6060
- name: Setup Python
61-
uses: actions/setup-python@v2.1.2
61+
- uses: actions/setup-python@v2.2.1
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
architecture: x64

0 commit comments

Comments
 (0)