jfrog-fastci/fastci is deprecated
Starting with v0.30.0, the jfrog-fastci/fastci action is a no-op that only prints a deprecation warning. It will not fail your workflow.
Migration
Replace:
- uses: jfrog-fastci/fastci@v0with:
- uses: jfrog/boost@v0See https://github.com/jfrog/boost for installation.
What this release does
- Replaces the previous Node.js action with a tiny composite action.
- Emits a
::warning::annotation on every job that still uses jfrog-fastci/fastci so the deprecation surfaces in the GitHub Actions UI. - Keeps all previous
inputs:declared (and ignored) so existingwith:blocks in caller workflows do not produce warnings while you migrate.
Tag movement
The floating v0 tag has been re-pointed at v0.30.0, so callers using jfrog-fastci/fastci@v0 immediately receive the deprecation notice.