diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml index f32e913..7ec2ec3 100644 --- a/.github/workflows/build-workflow.yml +++ b/.github/workflows/build-workflow.yml @@ -52,7 +52,7 @@ jobs: python -m pip install --upgrade pipenv wheel - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} @@ -88,7 +88,7 @@ jobs: python -m pip install --upgrade pipenv wheel - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} diff --git a/.github/workflows/dashboard-workflow.yml b/.github/workflows/dashboard-workflow.yml index d8053cc..16481b6 100644 --- a/.github/workflows/dashboard-workflow.yml +++ b/.github/workflows/dashboard-workflow.yml @@ -37,7 +37,7 @@ jobs: python -m pip install --upgrade pipenv wheel - id: cache-pipenv - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}