Skip to content

Commit 5cdf95c

Browse files
authored
Merge pull request #123 from radarhere/actions
Updated checkout and setup-python actions to v3
2 parents 88d6986 + a166ad9 commit 5cdf95c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: [
15-
"pypy3",
15+
"pypy-3.7",
16+
"pypy-3.8",
1617
"3.9",
1718
"3.10",
1819
]
1920
os: [ubuntu-18.04]
2021

2122
steps:
22-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2324

2425
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v3
2627
with:
2728
python-version: ${{ matrix.python-version }}
2829

0 commit comments

Comments
 (0)