Skip to content

Commit 4c0e527

Browse files
chore(deps): update kinsondigital/infrastructure action to v17
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | KinsonDigital/Infrastructure | v14.3.0 | v17.1.0 |
1 parent 3ff259f commit 4c0e527

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/add-new-item-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
add_new_issue_to_project:
2929
name: Add New Issue
3030
needs: get_item_number
31-
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v14.3.0
31+
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v17.1.0
3232
with:
3333
org-name: "${{ vars.ORGANIZATION_NAME }}"
3434
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"

.github/workflows/build-status-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
build_status_check:
1717
name: ${{ vars.PROJECT_NAME }} Build Status Check
18-
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v14.3.0
18+
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v17.1.0
1919
with:
2020
project-name: "${{ vars.PROJECT_NAME }}"
2121
build-config: Debug

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run_release:
4444
name: Performing ${{ inputs.release-type }} Release of ${{ vars.PROJECT_NAME }} (${{ inputs.release-type == 'Production' && 'Release' || 'Debug' }})
4545
needs: determine_release_notes_path
46-
uses: KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v14.3.0
46+
uses: KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v17.1.0
4747
with:
4848
project-name: "${{ vars.PROJECT_NAME}}"
4949
release-type: "${{ inputs.release-type }}"

.github/workflows/unit-test-status-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
run_tests:
1717
name: ${{ vars.PROJECT_NAME }} Test Status Check
18-
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v14.3.0
18+
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v17.1.0
1919
with:
2020
project-name: "${{ vars.PROJECT_NAME }}Tests"
2121
build-config: Debug

0 commit comments

Comments
 (0)