Skip to content

Commit

Permalink
chore(ci): bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
vasokot authored and catcombo committed Nov 23, 2024
1 parent 184f7cf commit 662ad7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7

Expand All @@ -23,7 +23,7 @@ jobs:
- name: Restore virtualenv from cache
id: cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: poetry-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 662ad7c

Please sign in to comment.