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 ac7828d commit 6fb7ddcCopy full SHA for 6fb7ddc
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
python-version: ["3.10"]
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
16
17
- name: Filter changed file paths to outputs
18
uses: dorny/paths-filter@v2.7.0
@@ -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
if: env.PUBLISH == 'true'
40
with:
41
python-version: ${{ matrix.python-version }}
@@ -70,7 +70,7 @@ jobs:
70
run: poetry config virtualenvs.in-project true
71
72
- name: Set up cache
73
- uses: actions/cache@v2
+ uses: actions/cache@v3
74
75
id: cache
76
0 commit comments