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 88 - synchronize
99 - ready_for_review
1010 - opened
11-
11+
1212
1313permissions :
1414 id-token : write
@@ -19,7 +19,7 @@ permissions:
1919jobs :
2020 ci :
2121 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
2323 with :
2424 forge_version : 0.8.0
2525
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ jobs:
2828 - uses : actions/checkout@v4
2929
3030 - 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
3232 with :
3333 version : 0.8.0
3434 if : always()
3535
3636 - 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
3838
3939 - 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
4141 if : always()
4242 continue-on-error : true
4343 with :
You can’t perform that action at this time.
0 commit comments