From 6e91abf16eac6d1c0619009600b01bfd209aea26 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 29 Mar 2023 21:34:38 +0200 Subject: Upgrade cache version because primer now fetch pylint-dev/astroid --- .github/workflows/primer-test.yaml | 2 +- .github/workflows/primer_comment.yaml | 2 +- .github/workflows/primer_run_main.yaml | 2 +- .github/workflows/primer_run_pr.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml index 80b35023f..a1e0a1b8c 100644 --- a/.github/workflows/primer-test.yaml +++ b/.github/workflows/primer-test.yaml @@ -13,7 +13,7 @@ on: branches: - main env: - CACHE_VERSION: 2 + CACHE_VERSION: 3 KEY_PREFIX: venv concurrency: diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml index 8da3fdeba..59c67ae0b 100644 --- a/.github/workflows/primer_comment.yaml +++ b/.github/workflows/primer_comment.yaml @@ -14,7 +14,7 @@ on: env: # This needs to be the SAME as in the Main and PR job - CACHE_VERSION: 2 + CACHE_VERSION: 3 KEY_PREFIX: venv-primer DEFAULT_PYTHON: "3.11" diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml index d084deecd..80f857fcf 100644 --- a/.github/workflows/primer_run_main.yaml +++ b/.github/workflows/primer_run_main.yaml @@ -16,7 +16,7 @@ concurrency: env: # This needs to be the SAME as in the PR and comment job - CACHE_VERSION: 2 + CACHE_VERSION: 3 KEY_PREFIX: venv-primer permissions: diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index c1b891e5e..464233f90 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -25,7 +25,7 @@ concurrency: env: # This needs to be the SAME as in the Main and comment job - CACHE_VERSION: 2 + CACHE_VERSION: 3 KEY_PREFIX: venv-primer permissions: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 592c54d10..c72aee324 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,7 +13,7 @@ on: - "maintenance/**" env: - CACHE_VERSION: 2 + CACHE_VERSION: 3 KEY_PREFIX: venv permissions: -- cgit v1.2.1