Skip to content

Commit 5430a57

Browse files
committed
build(github): update action versions
1 parent e5761f6 commit 5430a57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
python-version: ['3.8', '3.9', '3.10']
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21-
- uses: actions/setup-python@v2
21+
- uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
@@ -40,10 +40,10 @@ jobs:
4040
needs: build
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
with:
4545
fetch-depth: 0
46-
- uses: actions/setup-python@v2
46+
- uses: actions/setup-python@v4
4747
with:
4848
python-version: '3.10'
4949
architecture: x64

0 commit comments

Comments
 (0)