Skip to content

Commit c437b00

Browse files
authored
ci(general): bumps forge to v0.16.0 (#2175)
1 parent af39a1d commit c437b00

File tree

6 files changed

+190
-190
lines changed

6 files changed

+190
-190
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ci:
2020
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.2
2121
with:
22-
forge_version: 0.14.0
22+
forge_version: 0.16.0
2323

2424
test_reporting:
2525
if: always()

.github/workflows/flutter-uikit-example-firebase-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Forge
2323
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.2
2424
with:
25-
version: 0.14.0
25+
version: 0.16.0
2626
- name: Setup CI
2727
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.2
2828
- name: Build Flutter Web

.github/workflows/generate-allure-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Forge
2929
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.2
3030
with:
31-
version: 0.14.0
31+
version: 0.16.0
3232
if: always()
3333

3434
- name: Setup CI

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ci_nightly:
2323
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.2
2424
with:
25-
forge_version: 0.14.0
25+
forge_version: 0.16.0
2626
nightly: true
2727

2828
generate-test-reports:

0 commit comments

Comments
 (0)