Skip to content

Pin hydephp/action to a v2-compatible tagged release #15

Description

@DannyvdSluijs

Background

The current deploy workflow (.github/workflows/deploy.yml) uses hydephp/action@master:

- uses: hydephp/action@master

Pinning to @master means any breaking changes pushed to that branch are immediately picked up, which is risky — especially during a major Hyde v1 → v2 upgrade.

Task

  • Check whether hydephp/action has a tagged release that supports HydePHP v2.
  • Pin the workflow to that tagged release (e.g. hydephp/action@v2.x.x) rather than @master.
  • If no tagged release exists yet, open an issue upstream or monitor for one.

Why now

This came up as part of the HydePHP v2 upgrade work tracked in #14. Decoupled here so it can be tracked and actioned separately.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions