We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b94a9 commit c1636b4Copy full SHA for c1636b4
.github/workflows/main.yml
@@ -17,10 +17,10 @@ jobs:
17
# Steps represent a sequence of tasks that will be executed as part of the job
18
steps:
19
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20
- - uses: actions/checkout@v2
21
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v4
22
with:
23
- python-version: '2.7.x'
+ python-version: '3.10'
24
- uses: BSFishy/pip-action@v1
25
26
packages: virtualenv
0 commit comments