Skip to content

Commit f8b9996

Browse files
[github action] Upgrade cache version previous to dill upgrade
1 parent 4815e61 commit f8b9996

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
# Also change CACHE_VERSION in the other workflows
9-
CACHE_VERSION: 27
9+
CACHE_VERSION: 28
1010
DEFAULT_PYTHON: "3.10"
1111

1212
jobs:

.github/workflows/checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request: ~
99

1010
env:
11-
CACHE_VERSION: 27
11+
CACHE_VERSION: 28
1212
DEFAULT_PYTHON: "3.10"
1313
PRE_COMMIT_CACHE: ~/.cache/pre-commit
1414

.github/workflows/primer-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- ".github/workflows/primer-test.yaml"
1414

1515
env:
16-
CACHE_VERSION: 27
16+
CACHE_VERSION: 28
1717

1818
concurrency:
1919
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
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# This needs to be the SAME as in the Main and PR job
17-
CACHE_VERSION: 27
17+
CACHE_VERSION: 28
1818

1919
permissions:
2020
contents: read

.github/workflows/primer_run_main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
env:
1818
# This needs to be the SAME as in the PR and comment job
19-
CACHE_VERSION: 27
19+
CACHE_VERSION: 28
2020

2121
jobs:
2222
run-primer:

.github/workflows/primer_run_pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
env:
2727
# This needs to be the SAME as in the Main and comment job
28-
CACHE_VERSION: 27
28+
CACHE_VERSION: 28
2929

3030
jobs:
3131
run-primer:

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- doc/data/messages/**
1111

1212
env:
13-
CACHE_VERSION: 27
13+
CACHE_VERSION: 28
1414

1515
jobs:
1616
tests-linux:

0 commit comments

Comments
 (0)