We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acb1b1 commit 0aa4b84Copy full SHA for 0aa4b84
1 file changed
.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
with:
40
python-version: ${{ matrix.python-version }}
41
@@ -64,7 +64,7 @@ jobs:
64
run: poetry config virtualenvs.in-project true
65
66
- name: Set up cache
67
- uses: actions/cache@v2
+ uses: actions/cache@v3
68
id: cache
69
70
path: |
0 commit comments