Skip to content

Commit c1636b4

Browse files
committed
Update to python-version 3.10
1 parent a7b94a9 commit c1636b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20-
- uses: actions/checkout@v2
21-
- uses: actions/setup-python@v2
20+
- uses: actions/checkout@v3
21+
- uses: actions/setup-python@v4
2222
with:
23-
python-version: '2.7.x'
23+
python-version: '3.10'
2424
- uses: BSFishy/pip-action@v1
2525
with:
2626
packages: virtualenv

0 commit comments

Comments
 (0)