Skip to content

Commit

Permalink
build(docs): update action packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 17, 2022
1 parent 60fb773 commit a47faab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

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

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: poetry config virtualenvs.in-project true

- name: Set up cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: |
Expand Down

0 comments on commit a47faab

Please sign in to comment.