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 8
8
- synchronize
9
9
- ready_for_review
10
10
- opened
11
-
11
+
12
12
13
13
permissions :
14
14
id-token : write
@@ -19,7 +19,7 @@ permissions:
19
19
jobs :
20
20
ci :
21
21
if : ${{ !github.event.pull_request.draft }}
22
- uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.2
22
+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.3
23
23
with :
24
24
forge_version : 0.8.0
25
25
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ jobs:
28
28
- uses : actions/checkout@v4
29
29
30
30
- name : Install Forge
31
- uses : input-output-hk/catalyst-forge/actions/install@ci/v1.7.2
31
+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.7.3
32
32
with :
33
33
version : 0.8.0
34
34
if : always()
35
35
36
36
- name : Setup CI
37
- uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.7.2
37
+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.7.3
38
38
39
39
- name : Get catalyst libs unit test report
40
- uses : input-output-hk/catalyst-forge/actions/run@ci/v1.7.2
40
+ uses : input-output-hk/catalyst-forge/actions/run@ci/v1.7.3
41
41
if : always()
42
42
continue-on-error : true
43
43
with :
You can’t perform that action at this time.
0 commit comments