Skip to content

Commit ed0aea7

Browse files
committed
ci(docs): Update action packages
1 parent 7228311 commit ed0aea7

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
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: [ '3.10' ]
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v3
1717
- name: Filter changed file paths to outputs
1818
uses: dorny/paths-filter@v2.7.0
1919
id: changes
@@ -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

@@ -68,7 +68,7 @@ jobs:
6868
run: poetry config virtualenvs.in-project true
6969

7070
- name: Set up cache
71-
uses: actions/cache@v2
71+
uses: actions/cache@v3
7272
id: cache
7373
with:
7474
path: |

0 commit comments

Comments
 (0)