diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6009cfa7..3cad55af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Cache files - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 with: key: ${{ github.ref }} path: .cache diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 07344de2..46fefb16 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Cache files - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 with: key: ${{ github.ref }} path: .cache