Skip to content

Commit 0aa4b84

Browse files
committed
ci(docs): Update ci action packages
1 parent 6acb1b1 commit 0aa4b84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ["3.10"]
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v3
1616

1717
- name: Filter changed file paths to outputs
1818
uses: dorny/paths-filter@v2.7.0
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
3636

3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v1
38+
uses: actions/setup-python@v3
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

@@ -64,7 +64,7 @@ jobs:
6464
run: poetry config virtualenvs.in-project true
6565

6666
- name: Set up cache
67-
uses: actions/cache@v2
67+
uses: actions/cache@v3
6868
id: cache
6969
with:
7070
path: |

0 commit comments

Comments
 (0)