Skip to content

Commit

Permalink
Bump all cache versions (#6786)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jun 1, 2022
1 parent 214201a commit 1c91a83
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# Also change CACHE_VERSION in the other workflows
CACHE_VERSION: 7
CACHE_VERSION: 8
DEFAULT_PYTHON: 3.8
PRE_COMMIT_CACHE: ~/.cache/pre-commit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
# Also change CACHE_VERSION in the CI workflow
CACHE_VERSION: 5
CACHE_VERSION: 6

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- completed

env:
CACHE_VERSION: 1
CACHE_VERSION: 2

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

env:
CACHE_VERSION: 1
CACHE_VERSION: 2

jobs:
run-primer:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: true

env:
CACHE_VERSION: 1
CACHE_VERSION: 2

jobs:
run-primer:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
# Also change CACHE_VERSION in the other workflows
CACHE_VERSION: 6
CACHE_VERSION: 7

jobs:
tests-linux:
Expand Down

0 comments on commit 1c91a83

Please sign in to comment.