Skip to content

Commit

Permalink
Update ci.yaml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgBR committed Dec 7, 2023
2 parents 90f26ce + 5f3e9fd commit 5275cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.1
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5.0.0
with:
python-version: "3.10"
- name: Install poetry
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
poetry config virtualenvs.in-project true
- name: Cache the virtualenv
uses: actions/cache@v2
uses: actions/cache@v3.3.2
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit 5275cac

Please sign in to comment.