From 9285932e6d4b5b10da92bd8a0748a5dad421ebd0 Mon Sep 17 00:00:00 2001 From: "Tung Bui Quang (Leo)" Date: Sat, 20 May 2023 12:31:39 +0700 Subject: [PATCH] upgrade actions/cache to v3 --- .github/workflows/lint.yml | 2 +- .github/workflows/test_airflow.yml | 2 +- .github/workflows/test_common.yml | 2 +- .github/workflows/test_dbt_runner.yml | 2 +- .github/workflows/test_destination_bigquery.yml | 2 +- .github/workflows/test_destinations.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5237989fe4..71c7979bff 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@v2 + uses: actions/cache@v3 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 77ad4d05cc..300332a14a 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@v2 + uses: actions/cache@v3 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 f615d12607..b6027a3922 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@v2 + uses: actions/cache@v3 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 c9c3c83036..327ff34749 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@v2 + uses: actions/cache@v3 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 14b03d4598..8d9c962485 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@v2 + uses: actions/cache@v3 with: # path: ${{ steps.pip-cache.outputs.dir }} path: .venv diff --git a/.github/workflows/test_destinations.yml b/.github/workflows/test_destinations.yml index ff58e1ae8d..f323e8a69e 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@v2 + uses: actions/cache@v3 with: # path: ${{ steps.pip-cache.outputs.dir }} path: .venv