File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ steps:
19
19
20
20
` ` ` yaml
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : crystal-lang/install-crystal@v1
24
24
with :
25
- crystal : 1.2
25
+ crystal : 1.11
26
26
- run : shards install
27
27
- run : crystal spec
28
28
` ` `
41
41
- uses : crystal-lang/install-crystal@v1
42
42
with :
43
43
crystal : ${{matrix.crystal}}
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- run : shards install
46
46
- run : crystal spec
47
47
- run : crystal tool format && git diff --exit-code
Original file line number Diff line number Diff line change 85
85
{%- endif %}
86
86
steps :
87
87
- name : Download source
88
- uses : actions/checkout@v3
88
+ uses : actions/checkout@v4
89
89
- name : Install Crystal
90
90
uses : crystal-lang/install-crystal@v1
91
91
{%- if crystal_nightly or crystal_ver %}
94
94
{%- endif %}
95
95
{%- if cache_shards %}
96
96
- name : Cache shards
97
- uses : actions/cache@v3
97
+ uses : actions/cache@v4
98
98
with :
99
99
{%- if is_app %}
100
100
path : lib
You can’t perform that action at this time.
0 commit comments