Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.30.0 — Deprecation: replace with jfrog/boost@v0

Latest

Choose a tag to compare

@yahav-ohana yahav-ohana released this 05 May 09:39
587b0c1

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@v0

with:

- uses: jfrog/boost@v0

See 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 existing with: 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.