summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-29 21:34:38 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-31 09:02:32 +0200
commit6e91abf16eac6d1c0619009600b01bfd209aea26 (patch)
tree25cc940c4f6ab1ce85764f5afb6ad49ed576a7cf /.github
parent4f89e7dc7ec874c3701226dc797f55b12beeddff (diff)
downloadpylint-git-6e91abf16eac6d1c0619009600b01bfd209aea26.tar.gz
Upgrade cache version because primer now fetch pylint-dev/astroid
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/primer-test.yaml2
-rw-r--r--.github/workflows/primer_comment.yaml2
-rw-r--r--.github/workflows/primer_run_main.yaml2
-rw-r--r--.github/workflows/primer_run_pr.yaml2
-rw-r--r--.github/workflows/tests.yaml2
5 files changed, 5 insertions, 5 deletions
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: