Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit ebbdda2

Browse files
chore(deps): Bump devantler-tech/reusable-workflows (#33)
Bumps [devantler-tech/reusable-workflows](https://github.com/devantler-tech/reusable-workflows) from 1.11.15 to 1.11.19. - [Release notes](https://github.com/devantler-tech/reusable-workflows/releases) - [Changelog](https://github.com/devantler-tech/reusable-workflows/blob/main/.releaserc) - [Commits](devantler-tech/reusable-workflows@e6d4863...061ae5b) --- updated-dependencies: - dependency-name: devantler-tech/reusable-workflows dependency-version: 1.11.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5b39bd commit ebbdda2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ permissions:
1010

1111
jobs:
1212
publish:
13-
uses: devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml@e6d4863dbd3dbed78bbb321accb35c7012452bbd # v1.11.15
13+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
1414
secrets:
1515
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ permissions:
1313

1414
jobs:
1515
release:
16-
uses: devantler-tech/reusable-workflows/.github/workflows/release.yaml@e6d4863dbd3dbed78bbb321accb35c7012452bbd # v1.11.15
16+
uses: devantler-tech/reusable-workflows/.github/workflows/release.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
1717
secrets:
1818
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/todos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
todos:
11-
uses: devantler-tech/reusable-workflows/.github/workflows/todos.yaml@e6d4863dbd3dbed78bbb321accb35c7012452bbd # v1.11.15
11+
uses: devantler-tech/reusable-workflows/.github/workflows/todos.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
1212
secrets:
1313
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)