From 6884fe6870f8228743ae61ed4582776d3de002f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:16:48 +0000 Subject: [PATCH] chore(deps): Bump devantler-tech/composite-actions from 1.9.5 to 1.9.6 Bumps [devantler-tech/composite-actions](https://github.com/devantler-tech/composite-actions) from 1.9.5 to 1.9.6. - [Release notes](https://github.com/devantler-tech/composite-actions/releases) - [Commits](https://github.com/devantler-tech/composite-actions/compare/005c37f8ef5e1811388cf19b3b93eb721351b6be...6d18f29330dd5818cf03c8508fb125cc05441fad) --- updated-dependencies: - dependency-name: devantler-tech/composite-actions dependency-version: 1.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-labels.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index 198c1e0..7a3d63f 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -16,4 +16,4 @@ jobs: with: persist-credentials: false - name: 🔄 Sync labels - uses: devantler-tech/composite-actions/sync-labels-action@005c37f8ef5e1811388cf19b3b93eb721351b6be # v1.9.5 + uses: devantler-tech/composite-actions/sync-labels-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8ba71ad..6fea170 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1 - name: Test .NET solution or project - uses: devantler-tech/composite-actions/dotnet-test-action@005c37f8ef5e1811388cf19b3b93eb721351b6be # v.1.9.5 + uses: devantler-tech/composite-actions/dotnet-test-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v.1.9.6 with: app_id: ${{ vars.APP_ID }} app_private_key: ${{ secrets.APP_PRIVATE_KEY }}