Skip to content

Commit

Permalink
Merge pull request #99 from lotusnprod/Adafede-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
Adafede authored Mar 12, 2024
2 parents a099024 + 4bf61f1 commit 98e586e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-0
- name: Load cached env
id: cached-env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/.cache/pypoetry/virtualenvs
key: venv-0
Expand Down

0 comments on commit 98e586e

Please sign in to comment.