From d0fb4f4ce28bb51fa932242c52d937f488ac32dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 00:32:39 +0000 Subject: [PATCH] Bump cytopia/git-ref-matrix-action from 0.1.13 to 0.1.14 Bumps [cytopia/git-ref-matrix-action](https://github.com/cytopia/git-ref-matrix-action) from 0.1.13 to 0.1.14. - [Release notes](https://github.com/cytopia/git-ref-matrix-action/releases) - [Commits](https://github.com/cytopia/git-ref-matrix-action/compare/v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: cytopia/git-ref-matrix-action dependency-version: 0.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-multistage-configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-multistage-configure.yml b/.github/workflows/docker-multistage-configure.yml index fe7c741..80eb57b 100644 --- a/.github/workflows/docker-multistage-configure.yml +++ b/.github/workflows/docker-multistage-configure.yml @@ -170,7 +170,7 @@ jobs: ### - name: "[Set-Output] has_refs and ref-matrix" id: set-refs - uses: cytopia/git-ref-matrix-action@v0.1.13 + uses: cytopia/git-ref-matrix-action@v0.1.14 with: repository_default_branch: ${{ steps.eval-refs.outputs.default_branch }} branches: ${{ steps.eval-refs.outputs.branches }}