Skip to content

Commit

Permalink
Update KinsonDigital/Infrastructure action to v13.0.1
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | KinsonDigital/Infrastructure | v13.0.0 | v13.0.1 |
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 755bf19 commit 01475a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v13.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/add-item-to-project.yml@v13.0.1
with:
org-name: "${{ vars.ORGANIZATION_NAME }}"
org-project-name: "${{ vars.ORG_PROJECT_NAME }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
initial_sync:
name: Start Initial Sync
if: ${{ github.event_name == 'pull_request_target' }}
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.0.1
with:
issue-or-pr-number: ${{ github.event.pull_request.number }}
sync-type: initial
Expand All @@ -30,7 +30,7 @@ jobs:
manual_sync:
name: Start Manual Sync
if: ${{ github.event_name == 'issue_comment' && contains(github.event.comment.body, '[run-sync]') }}
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.0.0
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.0.1
with:
issue-or-pr-number: ${{ github.event.issue.number }}
sync-type: manual
Expand Down

0 comments on commit 01475a5

Please sign in to comment.