Skip to content

Commit 790aed7

Browse files
committed
Bump cache
1 parent 901f668 commit 790aed7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ workflows:
1010
filters: &filters
1111
tags:
1212
only: /v.*/
13-
cache-version: 2
13+
cache-version: 3
1414
- elixir/test:
1515
filters:
1616
<<: *filters
17-
cache-version: 2
17+
cache-version: 3
1818
- elixir/lint:
1919
filters:
2020
<<: *filters
21-
cache-version: 2
21+
cache-version: 3
2222
- elixir/hex_publish:
2323
requires:
2424
- elixir/build_test
@@ -31,3 +31,5 @@ workflows:
3131
ignore: /.*/
3232
tags:
3333
only: /v.*/
34+
cache-version: 3
35+

0 commit comments

Comments
 (0)