gowalk-cicd 1.0.44 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 1.0.44
1
+ 1.0.45
package/action/action.yml CHANGED
@@ -830,7 +830,7 @@ runs:
830
830
  # rate limit, outage) must never fail a build whose TestFlight upload
831
831
  # already succeeded. The apply step below tolerates an empty response.
832
832
  continue-on-error: true
833
- uses: actions/ai-inference@v1
833
+ uses: actions/ai-inference@b81b2afb8390ee6839b494a404766bef6493c7d9 # v1.2.8 (last v1)
834
834
  with:
835
835
  prompt-file: ${{ runner.temp }}/rendered_phase1.yml
836
836
  model: ${{ inputs.ai-metadata-model }}
@@ -937,7 +937,7 @@ runs:
937
937
  || steps.phase1_apply.outputs.phase1_ok == 'true') }}
938
938
  # Best-effort (see Phase 1): never fail the build on a model API error.
939
939
  continue-on-error: true
940
- uses: actions/ai-inference@v1
940
+ uses: actions/ai-inference@b81b2afb8390ee6839b494a404766bef6493c7d9 # v1.2.8 (last v1)
941
941
  with:
942
942
  prompt-file: ${{ runner.temp }}/rendered_phase2.yml
943
943
  model: ${{ inputs.ai-metadata-model }}
@@ -1 +1 @@
1
- 1.0.44
1
+ 1.0.45
@@ -1 +1 @@
1
- 1.0.44
1
+ 1.0.45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gowalk-cicd",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Zero-config GitHub Actions delivery for iOS TestFlight and Android Google Play.",
5
5
  "type": "module",
6
6
  "bin": {