Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 2d72a31

Browse files
authored
Upgrading gh actions to v3
1 parent 7c00897 commit 2d72a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
python-version: [pypy-3.8, 3.6, 3.7, 3.8, 3.9, '3.10']
2828

2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131

3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v3
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

0 commit comments

Comments
 (0)