Skip to content

Commit

Permalink
Merge pull request #43 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 Feb 1, 2024
2 parents 9ad7c34 + f4bfc3c commit 152b5cc
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 @@ -29,7 +29,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') }}
Expand Down Expand Up @@ -62,7 +62,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') }}
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
# https://stackoverflow.com/questions/62977821/how-to-cache-poetry-install-for-github-actions
- 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') }}
Expand Down

0 comments on commit 152b5cc

Please sign in to comment.