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 @@ -23,16 +23,16 @@ jobs:
23
23
- uses : actions/checkout@v4
24
24
25
25
- name : Install Forge
26
- uses : input-output-hk/catalyst-forge/actions/install@ci/v1.7.3
26
+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.8.0
27
27
with :
28
28
version : 0.18.0
29
29
if : always()
30
30
31
31
- name : Setup CI
32
- uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.7.3
32
+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.8.0
33
33
34
34
- name : Run tests
35
- uses : input-output-hk/catalyst-forge/actions/run@ci/v1.7.3
35
+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.8.0
36
36
if : always()
37
37
continue-on-error : true
38
38
with :
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ permissions:
10
10
11
11
jobs :
12
12
ci :
13
- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.3
13
+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.0
14
14
with :
15
- forge_version : 0.18 .0
15
+ forge_version : 0.19 .0
You can’t perform that action at this time.
0 commit comments