Skip to content

Commit

Permalink
chore(deps): update kinsondigital/infrastructure action to v13
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | KinsonDigital/Infrastructure | v12.0.0 | v13.0.0 |
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 8625e86 commit f962534
Show file tree
Hide file tree
Showing 5 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
Expand Up @@ -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@v12.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.0.0
with:
org-name: "${{ vars.ORGANIZATION_NAME }}"
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
main_build_status_check:
name: Build ${{ vars.PROJECT_NAME }}
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v12.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.0.0
with:
project-name: "${{ vars.PROJECT_NAME }}"
build-config: Debug
Expand All @@ -24,7 +24,7 @@ jobs:

perf_build_status_check:
name: Build ${{ vars.PROJECT_NAME }}PerfTests
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v12.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v13.0.0
with:
project-name: "${{ vars.PROJECT_NAME }}PerfTests"
build-config: Debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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@v12.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/prepare-release.yml@v13.0.0
with:
project-name: "${{ vars.PROJECT_NAME }}"
release-type: "${{ inputs.release-type }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v12.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/dotnet-lib-release.yml@v13.0.0
with:
project-name: "${{ vars.PROJECT_NAME}}"
release-type: "${{ inputs.release-type }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-status-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
main_tests:
name: Run ${{ vars.PROJECT_NAME }} Tests
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v12.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.0.0
with:
project-name: "${{ vars.PROJECT_NAME }}Tests"
build-config: Debug
Expand All @@ -24,7 +24,7 @@ jobs:

integration_tests:
name: Run ${{ vars.PROJECT_NAME }} Integration Tests
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v12.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/run-csharp-tests.yml@v13.0.0
with:
project-name: "${{ vars.PROJECT_NAME }}IntegrationTests"
build-config: Debug
Expand Down

0 comments on commit f962534

Please sign in to comment.