Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update kinsondigital/infrastructure action to v13.6.0
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | KinsonDigital/Infrastructure | v13.5.0 | v13.6.0 |
renovate[bot] authored Dec 18, 2023
1 parent fa9dd05 commit 053ccb2
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-new-item-to-project.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
add_new_issue_to_project:
name: Add New Issue
needs: get_item_number
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.6.0
with:
org-name: "${{ vars.ORGANIZATION_NAME }}"
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"
2 changes: 1 addition & 1 deletion .github/workflows/build-status-check.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ on:
jobs:
build_status_check:
name: ${{ vars.PROJECT_NAME }} Build Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.6.0
with:
project-name: "${{ vars.PROJECT_NAME }}"
build-config: Debug
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ jobs:
prepare_release:
name: Prepare ${{ inputs.release-type }} Release Of ${{ vars.PROJECT_NAME }}
needs: print_validate_workflow
uses: KinsonDigital/Infrastructure/.github/workflows/prepare-release.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/prepare-release.yml@v13.6.0
with:
project-name: "${{ vars.PROJECT_NAME }}"
release-type: "${{ inputs.release-type }}"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
run_release:
name: Performing ${{ inputs.release-type }} Release of ${{ vars.PROJECT_NAME }} (${{ inputs.release-type == 'Production' && 'Release' || 'Debug' }})
needs: determine_release_notes_path
uses: KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v13.6.0
with:
project-name: "${{ vars.PROJECT_NAME}}"
release-type: "${{ inputs.release-type }}"
4 changes: 2 additions & 2 deletions .github/workflows/sync-pr-to-issue.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
if: |
github.event_name == 'pull_request_target' &&
!startsWith(github.head_ref, 'renovate/')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.6.0
with:
issue-or-pr-number: ${{ github.event.pull_request.number }}
sync-type: initial
@@ -35,7 +35,7 @@ jobs:
github.event_name == 'issue_comment' &&
github.event.issue.pull_request && github.event.issue.pull_request.url != null &&
contains(github.event.comment.body, '[run-sync]')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.6.0
with:
issue-or-pr-number: ${{ github.event.issue.number }}
sync-type: manual
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-status-check.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ on:
jobs:
run_tests:
name: ${{ vars.PROJECT_NAME }} Test Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.5.0
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.6.0
with:
project-name: "${{ vars.PROJECT_NAME }}Tests"
build-config: Debug

0 comments on commit 053ccb2

Please sign in to comment.