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.
checkout
setup-python
1 parent aba500d commit 617bb24Copy full SHA for 617bb24
.github/workflows/docs.yml
@@ -9,9 +9,9 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Setup python 3.10
14
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
15
with:
16
python-version: "3.10"
17
cache: pip
.github/workflows/main.yml
@@ -41,9 +41,9 @@ jobs:
41
- selenium
42
43
44
45
- name: Setup python ${{ matrix.python-version }}
46
47
48
python-version: ${{ matrix.python-version }}
49
0 commit comments