Skip to content

Commit

Permalink
Merge pull request #37 from devon-mar/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
devon-mar authored Jan 19, 2024
2 parents bc49761 + 314297f commit 0fc7e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Load cached venv
id: cache-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock', '.github/workflows/ci.yml') }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Load cached venv
id: cache-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock', '.github/workflows/ci.yml') }}
Expand Down

0 comments on commit 0fc7e48

Please sign in to comment.