Skip to content

Commit 1c91a83

Browse files
authored
Bump all cache versions (#6786)
1 parent 214201a commit 1c91a83

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
# Also change CACHE_VERSION in the other workflows
12-
CACHE_VERSION: 7
12+
CACHE_VERSION: 8
1313
DEFAULT_PYTHON: 3.8
1414
PRE_COMMIT_CACHE: ~/.cache/pre-commit
1515

.github/workflows/primer-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# Also change CACHE_VERSION in the CI workflow
17-
CACHE_VERSION: 5
17+
CACHE_VERSION: 6
1818

1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/primer_comment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- completed
1414

1515
env:
16-
CACHE_VERSION: 1
16+
CACHE_VERSION: 2
1717

1818
permissions:
1919
contents: read

.github/workflows/primer_run_main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
CACHE_VERSION: 1
18+
CACHE_VERSION: 2
1919

2020
jobs:
2121
run-primer:

.github/workflows/primer_run_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
env:
25-
CACHE_VERSION: 1
25+
CACHE_VERSION: 2
2626

2727
jobs:
2828
run-primer:

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
# Also change CACHE_VERSION in the other workflows
14-
CACHE_VERSION: 6
14+
CACHE_VERSION: 7
1515

1616
jobs:
1717
tests-linux:

0 commit comments

Comments
 (0)