We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5072e43 commit 5be7a24Copy full SHA for 5be7a24
.github/workflows/docs-ci.yml
@@ -13,10 +13,10 @@ jobs:
13
14
steps:
15
- name: Checkout code
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
20
with:
21
python-version: ${{ matrix.python-version }}
22
.github/workflows/pypi-release.yml
@@ -24,9 +24,9 @@ jobs:
24
runs-on: ubuntu-20.04
25
26
27
- - uses: actions/checkout@master
+ - uses: actions/checkout@v3
28
- name: Set up Python
29
- uses: actions/setup-python@v1
30
31
python-version: 3.9
32
0 commit comments