Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Compare
Choose a tag to compare
@jimid27 jimid27 released this 04 Sep 15:10
· 1 commit to main since this release
e093b96

What's Changed

Breaking Changes

This release of the prefect auth action uses the latest version of Prefect - prefect 3`. This is a breaking change, as prefect 3 operates differently than prefect 2, please see the official upgrade guide here.

If you would like to continue using prefect 2, simply use the previous version of the action:

      - name: Auth to Prefect Cloud
        uses: PrefectHQ/actions-prefect-auth@v1
        with:
          ...
  • Update prefect auth action to use Prefect version 3 by @jimid27 in #9

Full Changelog: v1...v2