diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5beed8e7a1..335e63311d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,7 +38,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} diff --git a/.github/workflows/test_airflow.yml b/.github/workflows/test_airflow.yml index dd75363a49..66426835f6 100644 --- a/.github/workflows/test_airflow.yml +++ b/.github/workflows/test_airflow.yml @@ -35,7 +35,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-airflow-runner diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index ec359b7b9f..c9211b7737 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -53,7 +53,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v1 + uses: actions/cache@v2 with: # path: ${{ steps.pip-cache.outputs.dir }} path: .venv diff --git a/.github/workflows/test_dbt_runner.yml b/.github/workflows/test_dbt_runner.yml index 0e5a8d4691..13838a4b0d 100644 --- a/.github/workflows/test_dbt_runner.yml +++ b/.github/workflows/test_dbt_runner.yml @@ -57,7 +57,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v1 + uses: actions/cache@v2 with: # path: ${{ steps.pip-cache.outputs.dir }} path: .venv diff --git a/.github/workflows/test_destination_bigquery.yml b/.github/workflows/test_destination_bigquery.yml index 36ee13b342..753769532c 100644 --- a/.github/workflows/test_destination_bigquery.yml +++ b/.github/workflows/test_destination_bigquery.yml @@ -62,7 +62,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v1 + uses: actions/cache@v2 with: # path: ${{ steps.pip-cache.outputs.dir }} path: .venv diff --git a/.github/workflows/test_destinations.yml b/.github/workflows/test_destinations.yml index ad94507f65..c472b4018f 100644 --- a/.github/workflows/test_destinations.yml +++ b/.github/workflows/test_destinations.yml @@ -61,7 +61,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v1 + uses: actions/cache@v2 with: # path: ${{ steps.pip-cache.outputs.dir }} path: .venv