Skip to content

Commit 9c48198

Browse files
authored
chore: updates forge and ci versions | NPG-0000 (#761)
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) _if applicable_ ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A - [ ] Test B **Test Configuration**: _if applicable_ - Firmware version: - Hardware: - Toolchain: - SDK: **List of new dependencies**: _if applicable_ Provide a list of newly added dependencies in this PR, with the description of what are they doing and why do we need them. - Crate A: description - Crate B: description ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
1 parent 75b2823 commit 9c48198

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- 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
2727
with:
28-
version: 0.18.0
28+
version: 0.19.0
2929
if: always()
3030

3131
- 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
3333

3434
- 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
3636
if: always()
3737
continue-on-error: true
3838
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ permissions:
1010

1111
jobs:
1212
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
1414
with:
15-
forge_version: 0.18.0
15+
forge_version: 0.19.0

blueprint.cue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ global: {
2727
}
2828

2929
earthly: {
30-
credentials: {
30+
satellite: credentials: {
3131
provider: "aws"
32-
path: "global/ci/earthly"
32+
path: "global/ci/ci-tls"
3333
}
34-
org: "Catalyst"
35-
satellite: "ci"
36-
version: "0.8.15"
34+
version: "0.8.16"
3735
}
3836

3937
github: registry: "ghcr.io"

0 commit comments

Comments
 (0)