From 5eb8bd1e237bc6bf75993513eb5c40ee10805d79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:56:40 +0000 Subject: [PATCH] chore(main): release 6.3.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc600d9..243c567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [6.3.2](https://github.com/entur/gha-api/compare/v6.3.1...v6.3.2) (2026-08-06) + + +### Bug Fixes + +* Use new syntax for referencing action in same repo ([#155](https://github.com/entur/gha-api/issues/155)) ([b2bbd7d](https://github.com/entur/gha-api/commit/b2bbd7dd8b2dedfb178c8b8cc3e028329c1c22a5)) + ## [6.3.1](https://github.com/entur/gha-api/compare/v6.3.0...v6.3.1) (2026-07-27)