Skip to content

Commit 05a34ca

Browse files
authored
Merge pull request #110 from CabbageDevelopment/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents e614348 + d699771 commit 05a34ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: poetry config virtualenvs.in-project true
8686

8787
- name: Setup cache
88-
uses: actions/cache@v3
88+
uses: actions/cache@v4
8989
id: cache
9090
with:
9191
path: .venv

0 commit comments

Comments
 (0)