Skip to content

Commit 389ad2d

Browse files
chore(deps): Bump devantler-tech/reusable-workflows (#35)
Bumps [devantler-tech/reusable-workflows](https://github.com/devantler-tech/reusable-workflows) from 1.15.0 to 1.15.1. - [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@8604be2...d2a8a76) --- updated-dependencies: - dependency-name: devantler-tech/reusable-workflows dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cffa804 commit 389ad2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@8604be2d9a0ae75ae74bbb3c2350bf5ad48b1eb0 # v1.15.0
13+
uses: devantler-tech/reusable-workflows/.github/workflows/cd-dotnet-library-publish.yaml@d2a8a765b231b56fe1449a22a2b219f5d8cc398b # v1.15.1
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@8604be2d9a0ae75ae74bbb3c2350bf5ad48b1eb0 # v1.15.0
16+
uses: devantler-tech/reusable-workflows/.github/workflows/release.yaml@d2a8a765b231b56fe1449a22a2b219f5d8cc398b # v1.15.1
1717
secrets:
1818
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/test.yaml

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

1010
jobs:
1111
test:
12-
uses: devantler-tech/reusable-workflows/.github/workflows/ci-dotnet-test.yaml@8604be2d9a0ae75ae74bbb3c2350bf5ad48b1eb0 # v1.15.0
12+
uses: devantler-tech/reusable-workflows/.github/workflows/ci-dotnet-test.yaml@d2a8a765b231b56fe1449a22a2b219f5d8cc398b # v1.15.1
1313
secrets:
1414
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.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@8604be2d9a0ae75ae74bbb3c2350bf5ad48b1eb0 # v1.15.0
11+
uses: devantler-tech/reusable-workflows/.github/workflows/todos.yaml@d2a8a765b231b56fe1449a22a2b219f5d8cc398b # v1.15.1
1212
secrets:
1313
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)