@@ -47,12 +47,12 @@ jobs:
4747 steps :
4848 - uses : actions/checkout@v4
4949 - name : Install Forge
50- uses : input-output-hk/catalyst-forge/actions/install@deployment-refaator
50+ uses : input-output-hk/catalyst-forge/actions/install@master
5151 if : ${{ inputs.forge_version != 'local' }}
5252 with :
5353 version : ${{ inputs.forge_version }}
5454 - name : Install Local Forge
55- uses : input-output-hk/catalyst-forge/actions/install-local@deployment-refaator
55+ uses : input-output-hk/catalyst-forge/actions/install-local@master
5656 if : ${{ inputs.forge_version == 'local' }}
5757 with :
5858 earthly_token : ${{ secrets.earthly_token }}
@@ -67,14 +67,14 @@ jobs:
6767 echo "skip=false" >> $GITHUB_OUTPUT
6868 fi
6969 - name : Setup CI
70- uses : input-output-hk/catalyst-forge/actions/setup@deployment-refaator
70+ uses : input-output-hk/catalyst-forge/actions/setup@master
7171 with :
7272 skip_docker : ' true'
7373 skip_github : ' true'
7474 skip_earthly : ${{ steps.local.outputs.skip }}
7575 - name : Discovery
7676 id : discovery
77- uses : input-output-hk/catalyst-forge/actions/discovery@deployment-refaator
77+ uses : input-output-hk/catalyst-forge/actions/discovery@master
7878 with :
7979 filters : |
8080 ${{ env.FORGE_REGEX_CHECK }}
8686 ${{ env.FORGE_REGEX_PUBLISH }}
8787 ${{ env.FORGE_REGEX_NIGHTLY }}
8888 check :
89- uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@deployment-refaator
89+ uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@master
9090 needs : [discover]
9191 if : (fromJson(needs.discover.outputs.earthfiles)['^check(-.*)?$'] != null) && !failure() && !cancelled()
9292 with :
9898 earthly_token : ${{ secrets.earthly_token }}
9999
100100 build :
101- uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@deployment-refaator
101+ uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@master
102102 needs : [discover, check]
103103 if : (fromJson(needs.discover.outputs.earthfiles)['^build(-.*)?$'] != null) && !failure() && !cancelled()
104104 with :
@@ -110,7 +110,7 @@ jobs:
110110 earthly_token : ${{ secrets.earthly_token }}
111111
112112 package :
113- uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@deployment-refaator
113+ uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@master
114114 needs : [discover, check, build]
115115 if : (fromJson(needs.discover.outputs.earthfiles)['^package(-.*)?$'] != null) && !failure() && !cancelled()
116116 with :
@@ -122,7 +122,7 @@ jobs:
122122 earthly_token : ${{ secrets.earthly_token }}
123123
124124 test :
125- uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@deployment-refaator
125+ uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@master
126126 needs : [discover, check, build, package]
127127 if : (fromJson(needs.discover.outputs.earthfiles)['^test(-.*)?$'] != null) && !failure() && !cancelled()
128128 with :
@@ -134,7 +134,7 @@ jobs:
134134 earthly_token : ${{ secrets.earthly_token }}
135135
136136 nightly :
137- uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@deployment-refaator
137+ uses : input-output-hk/catalyst-forge/.github/workflows/run.yml@master
138138 needs : [discover, check, build, package]
139139 if : (fromJson(needs.discover.outputs.earthfiles)['^nightly(-.*)?$'] != null) && !failure() && !cancelled() && inputs.nightly == true
140140 with :
@@ -146,7 +146,7 @@ jobs:
146146 earthly_token : ${{ secrets.earthly_token }}
147147
148148 docs :
149- uses : input-output-hk/catalyst-forge/.github/workflows/docs.yml@deployment-refaator
149+ uses : input-output-hk/catalyst-forge/.github/workflows/docs.yml@master
150150 needs : [discover, check, build, test]
151151 if : (fromJson(needs.discover.outputs.earthfiles)['^docs(-.*)?$'] != null) && !failure() && !cancelled()
152152 with :
@@ -156,7 +156,7 @@ jobs:
156156 earthly_token : ${{ secrets.earthly_token }}
157157
158158 release :
159- uses : input-output-hk/catalyst-forge/.github/workflows/release.yml@deployment-refaator
159+ uses : input-output-hk/catalyst-forge/.github/workflows/release.yml@master
160160 needs : [discover, check, build, test]
161161 if : (fromJson(needs.discover.outputs.releases)[0] != null) && !failure() && !cancelled()
162162 with :
@@ -168,7 +168,7 @@ jobs:
168168 earthly_token : ${{ secrets.earthly_token }}
169169
170170 deploy :
171- uses : input-output-hk/catalyst-forge/.github/workflows/deploy.yml@deployment-refaator
171+ uses : input-output-hk/catalyst-forge/.github/workflows/deploy.yml@master
172172 needs : [discover, check, build, test, release]
173173 if : (fromJson(needs.discover.outputs.deployments)[0] != null) && !failure() && !cancelled()
174174 with :
0 commit comments