Skip to content

Commit 6fb7ddc

Browse files
committed
ci(docs): Update action versions
1 parent ac7828d commit 6fb7ddc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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
if: env.PUBLISH == 'true'
4040
with:
4141
python-version: ${{ matrix.python-version }}
@@ -70,7 +70,7 @@ jobs:
7070
run: poetry config virtualenvs.in-project true
7171

7272
- name: Set up cache
73-
uses: actions/cache@v2
73+
uses: actions/cache@v3
7474
if: env.PUBLISH == 'true'
7575
id: cache
7676
with:

0 commit comments

Comments
 (0)