Skip to content

Commit

Permalink
There isn't a cache v4 yet..
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 16, 2023
1 parent 8e55eb9 commit ea56d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.9

- name: Cache dependencies
uses: actions/cache@v4
uses: actions/cache@v3
id: cache-dep
with:
path: venv
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: 3.9

- name: Cache dependencies
uses: actions/cache@v4
uses: actions/cache@v3
id: cache-dep
with:
path: venv
Expand Down

0 comments on commit ea56d9b

Please sign in to comment.