We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49f1b6 commit 5c63100Copy full SHA for 5c63100
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
ci:
17
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.2.1
18
with:
19
- forge_version: 0.4.0
+ forge_version: 0.5.0
20
21
test_reporting:
22
if: always()
.github/workflows/generate-allure-report.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Forge
29
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.2.1
30
31
- version: 0.4.0
+ version: 0.5.0
32
33
34
- name: Setup CI
0 commit comments