Skip to content

Commit

Permalink
chore: bumps ci to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jan 18, 2025
1 parent 3ddc5cf commit a29e719
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.0
if: ${{ inputs.forge_version != 'local' }}
with:
version: ${{ inputs.forge_version }}
- name: Install Local Forge
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.7.0
if: ${{ inputs.forge_version == 'local' }}
with:
earthly_token: ${{ secrets.earthly_token }}
Expand All @@ -67,14 +67,14 @@ jobs:
echo "skip=false" >> $GITHUB_OUTPUT
fi
- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.0
with:
skip_docker: 'true'
skip_github: 'true'
skip_earthly: ${{ steps.local.outputs.skip }}
- name: Discovery
id: discovery
uses: input-output-hk/catalyst-forge/actions/discovery@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/discovery@ci/v1.7.0
with:
filters: |
${{ env.FORGE_REGEX_CHECK }}
Expand All @@ -86,7 +86,7 @@ jobs:
${{ env.FORGE_REGEX_PUBLISH }}
${{ env.FORGE_REGEX_NIGHTLY }}
check:
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.6.0
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.7.0
needs: [discover]
if: (fromJson(needs.discover.outputs.earthfiles)['^check(-.*)?$'] != null) && !failure() && !cancelled()
with:
Expand All @@ -98,7 +98,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

build:
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.6.0
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.7.0
needs: [discover, check]
if: (fromJson(needs.discover.outputs.earthfiles)['^build(-.*)?$'] != null) && !failure() && !cancelled()
with:
Expand All @@ -110,7 +110,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

package:
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.6.0
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.7.0
needs: [discover, check, build]
if: (fromJson(needs.discover.outputs.earthfiles)['^package(-.*)?$'] != null) && !failure() && !cancelled()
with:
Expand All @@ -122,7 +122,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

test:
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.6.0
uses: input-output-hk/catalyst-forge/.github/workflows/run.yml@ci/v1.7.0
needs: [discover, check, build, package]
if: (fromJson(needs.discover.outputs.earthfiles)['^test(-.*)?$'] != null) && !failure() && !cancelled()
with:
Expand All @@ -146,7 +146,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

docs:
uses: input-output-hk/catalyst-forge/.github/workflows/docs.yml@ci/v1.6.0
uses: input-output-hk/catalyst-forge/.github/workflows/docs.yml@ci/v1.7.0
needs: [discover, check, build, test]
if: (fromJson(needs.discover.outputs.earthfiles)['^docs(-.*)?$'] != null) && !failure() && !cancelled()
with:
Expand All @@ -156,7 +156,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

release:
uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@ci/v1.6.0
uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@ci/v1.7.0
needs: [discover, check, build, test]
if: (fromJson(needs.discover.outputs.releases)[0] != null) && !failure() && !cancelled()
with:
Expand All @@ -168,7 +168,7 @@ jobs:
earthly_token: ${{ secrets.earthly_token }}

deploy:
uses: input-output-hk/catalyst-forge/.github/workflows/deploy.yml@ci/v1.6.0
uses: input-output-hk/catalyst-forge/.github/workflows/deploy.yml@ci/v1.7.0
needs: [discover, check, build, test, release]
if: (fromJson(needs.discover.outputs.deployments)[0] != null) && !failure() && !cancelled()
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.0
if: ${{ inputs.forge_version != 'local' }}
with:
version: ${{ inputs.forge_version }}
- name: Install Local Forge
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.7.0
if: ${{ inputs.forge_version == 'local' }}
with:
earthly_token: ${{ secrets.earthly_token }}
Expand All @@ -61,11 +61,11 @@ jobs:
echo "skip=false" >> $GITHUB_OUTPUT
fi
- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.0
with:
skip_earthly: ${{ steps.local.outputs.skip }}
- name: Deploy
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.7.0
with:
command: deploy push
args: ${{ matrix.deployment }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.0
if: ${{ inputs.forge_version != 'local' }}
with:
version: ${{ inputs.forge_version }}
- name: Install Local Forge
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.7.0
if: ${{ inputs.forge_version == 'local' }}
with:
earthly_token: ${{ secrets.earthly_token }}
Expand All @@ -64,11 +64,11 @@ jobs:
echo "skip=false" >> $GITHUB_OUTPUT
fi
- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.0
with:
skip_earthly: ${{ steps.local.outputs.skip }}
- name: Run
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.7.0
with:
command: run
args: --artifact ${{ env.OUTPUT }} ${{ matrix.earthfile }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.0
if: ${{ inputs.forge_version != 'local' }}
with:
version: ${{ inputs.forge_version }}
- name: Install Local Forge
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.7.0
if: ${{ inputs.forge_version == 'local' }}
with:
earthly_token: ${{ secrets.earthly_token }}
Expand All @@ -65,11 +65,11 @@ jobs:
echo "skip=false" >> $GITHUB_OUTPUT
fi
- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.0
with:
skip_earthly: ${{ steps.local.outputs.skip }}
- name: Release
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.7.0
with:
command: release
args: ${{ matrix.release.project }} ${{ matrix.release.name }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Forge
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install@ci/v1.7.0
if: ${{ inputs.forge_version != 'local' }}
with:
version: ${{ inputs.forge_version }}
- name: Install Local Forge
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/install-local@ci/v1.7.0
if: ${{ inputs.forge_version == 'local' }}
with:
earthly_token: ${{ secrets.earthly_token }}
Expand All @@ -62,11 +62,11 @@ jobs:
echo "skip=false" >> $GITHUB_OUTPUT
fi
- name: Setup CI
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/setup@ci/v1.7.0
with:
skip_earthly: ${{ steps.local.outputs.skip }}
- name: Run
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.6.0
uses: input-output-hk/catalyst-forge/actions/run@ci/v1.7.0
with:
command: run
args: ${{ matrix.earthfile }}
Expand Down

0 comments on commit a29e719

Please sign in to comment.