Skip to content

Commit

Permalink
Use latest cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Nov 18, 2024
1 parent 033e132 commit 5cb1234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build:
ci:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.11.9"
- uses: Gr1N/setup-poetry@v8
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: "Set up poetry"
uses: Gr1N/setup-poetry@v8

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 5cb1234

Please sign in to comment.