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 7228311 commit ed0aea7Copy full SHA for ed0aea7
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
python-version: [ '3.10' ]
15
steps:
16
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
17
- name: Filter changed file paths to outputs
18
uses: dorny/paths-filter@v2.7.0
19
id: changes
@@ -35,7 +35,7 @@ jobs:
35
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
36
37
- name: Set up Python ${{ matrix.python-version }}
38
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v3
39
with:
40
python-version: ${{ matrix.python-version }}
41
@@ -68,7 +68,7 @@ jobs:
68
run: poetry config virtualenvs.in-project true
69
70
- name: Set up cache
71
- uses: actions/cache@v2
+ uses: actions/cache@v3
72
id: cache
73
74
path: |
0 commit comments