Skip to content

v4.4.0 (🎉 Friday)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 13:37
· 395 commits to refs/heads/master since this release
9be33a6

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.3.0:
+     docker-compose#v4.4.0:
        image: someimage
        workdir: /app