Skip to content

Commit

Permalink
Chore: Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
lordsarcastic committed Jan 24, 2024
1 parent 192fa95 commit 3b3f47f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,22 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

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

- name: Install Pipenv
uses: dschep/install-pipenv-action@v1
run: |
pip install pipenv
pipenv --version
- name: Cache Pipenv Virtualenv
uses: actions/cache@v1
uses: actions/cache@v4
id: pipenv-cache
with:
path: ~/.local/share/virtualenvs
Expand Down

0 comments on commit 3b3f47f

Please sign in to comment.