Skip to content

Commit

Permalink
Merge pull request #29 from gb-libs/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

⬆️ Bump actions/cache from 3 to 4
  • Loading branch information
folt authored Jan 22, 2024
2 parents bc7e339 + 8c78859 commit 5871bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: poetry config virtualenvs.in-project true

- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: poetry config virtualenvs.in-project true

- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: .venv
Expand Down

0 comments on commit 5871bf3

Please sign in to comment.