diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3795153..02ae39e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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